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 2c14044 + 9eab96d commit 18ba92dCopy full SHA for 18ba92d
.pre-commit-config.yaml
@@ -51,7 +51,7 @@ repos:
51
52
# Autoformat: Python code, syntax patterns are modernized
53
- repo: https://github.com/asottile/pyupgrade
54
- rev: v3.17.0
+ rev: v3.19.0
55
hooks:
56
- id: pyupgrade
57
args:
@@ -74,13 +74,13 @@ repos:
74
75
# Autoformat: Python code
76
- repo: https://github.com/psf/black
77
- rev: 24.8.0
+ rev: 24.10.0
78
79
- id: black
80
81
# Misc...
82
- repo: https://github.com/pre-commit/pre-commit-hooks
83
- rev: v4.6.0
+ rev: v5.0.0
84
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
85
86
- id: end-of-file-fixer
0 commit comments