We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d54bed2 + 4fc59b1 commit d994edfCopy full SHA for d994edf
1 file changed
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
20
# Autoformat: Python code
21
- repo: https://github.com/PyCQA/autoflake
22
- rev: v2.3.1
+ rev: v2.3.3
23
hooks:
24
- id: autoflake
25
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -28,13 +28,13 @@ repos:
28
29
30
- repo: https://github.com/pycqa/isort
31
- rev: 7.0.0
+ rev: 9.0.0a3
32
33
- id: isort
34
35
36
- repo: https://github.com/psf/black-pre-commit-mirror
37
- rev: 25.11.0
+ rev: 26.3.1
38
39
- id: black
40
0 commit comments