Skip to content

Commit 5e8751b

Browse files
Merge pull request madmaze#550 from madmaze/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c835945 + 688129a commit 5e8751b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^(tests/data/)
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 24.4.2
4+
rev: 24.8.0
55
hooks:
66
- id: black
77
args: [-S, --line-length=79, --safe, --quiet]
@@ -17,20 +17,20 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: double-quote-string-fixer
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.0.0
20+
rev: 7.1.1
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/hhatto/autopep8
24-
rev: v2.1.0
24+
rev: v2.3.1
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/reorder-python-imports
28-
rev: v3.12.0
28+
rev: v3.13.0
2929
hooks:
3030
- id: reorder-python-imports
3131
args: [--py37-plus]
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.15.2
33+
rev: v3.17.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py37-plus]

0 commit comments

Comments
 (0)