Skip to content

Commit f7579ee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent d6e1944 commit f7579ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
repos:
1212
# Autoformat: markdown, yaml
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v3.1.0 # Don't upgrade, v4 causes "No files matching [...]" issues
14+
rev: v4.0.0-alpha.8 # Don't upgrade, v4 causes "No files matching [...]" issues
1515
hooks:
1616
- id: prettier
1717

1818
# Autoformat: Python code, syntax patterns are modernized
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.19.1
20+
rev: v3.20.0
2121
hooks:
2222
- id: pyupgrade
2323
args:
2424
- --py36-plus
2525

2626
# Autoformat: Python code
2727
- repo: https://github.com/pycqa/isort
28-
rev: "6.0.0"
28+
rev: "6.0.1"
2929
hooks:
3030
- id: isort
3131

@@ -37,7 +37,7 @@ repos:
3737

3838
# Lint: Python code
3939
- repo: https://github.com/pycqa/flake8
40-
rev: "7.1.1"
40+
rev: "7.3.0"
4141
hooks:
4242
- id: flake8
4343
args:

0 commit comments

Comments
 (0)