We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d88691f + 0a4273c commit 205ba14Copy full SHA for 205ba14
.pre-commit-config.yaml
@@ -11,7 +11,7 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.17.0
+ rev: v3.19.0
15
hooks:
16
- id: pyupgrade
17
args:
@@ -34,7 +34,7 @@ repos:
34
35
# Autoformat: Python code
36
- repo: https://github.com/psf/black
37
- rev: 24.8.0
+ rev: 24.10.0
38
39
- id: black
40
@@ -46,7 +46,7 @@ repos:
46
47
# Misc...
48
- repo: https://github.com/pre-commit/pre-commit-hooks
49
- rev: v4.6.0
+ rev: v5.0.0
50
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
51
52
- id: end-of-file-fixer
0 commit comments