We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 518108e + 1e24035 commit 8422e56Copy full SHA for 8422e56
1 file changed
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: trailing-whitespace
17
args: [--markdown-linebreak-ext=md]
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.20.0
+ rev: v3.21.2
20
hooks:
21
- id: pyupgrade
22
args: ['--py36-plus']
@@ -25,10 +25,10 @@ repos:
25
26
- id: flake8
27
- repo: https://github.com/pycqa/isort
28
- rev: 6.1.0
+ rev: 7.0.0
29
30
- id: isort
31
- repo: https://github.com/psf/black-pre-commit-mirror
32
- rev: 25.9.0
+ rev: 25.11.0
33
34
- id: black
0 commit comments