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.
1 parent c0563ab commit a5d027eCopy full SHA for a5d027e
.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:
@@ -37,7 +37,7 @@ repos:
37
38
# Autoformat: Python code
39
- repo: https://github.com/psf/black
40
- rev: 24.8.0
+ rev: 24.10.0
41
42
- id: black
43
@@ -49,7 +49,7 @@ repos:
49
50
# Misc...
51
- repo: https://github.com/pre-commit/pre-commit-hooks
52
- rev: v4.6.0
+ rev: v5.0.0
53
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
54
55
# Autoformat: Makes sure files end in a newline and only a newline.
0 commit comments