We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 302d376 + 64267fd commit e66b93cCopy full SHA for e66b93c
1 file changed
.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.20.0
+ rev: v3.21.0
15
hooks:
16
- id: pyupgrade
17
args:
@@ -28,13 +28,13 @@ repos:
28
29
# Autoformat: Python code
30
- repo: https://github.com/pycqa/isort
31
- rev: 6.0.1
+ rev: 7.0.0
32
33
- id: isort
34
35
36
- - repo: https://github.com/psf/black
37
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
38
39
- id: black
40
0 commit comments