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 0ffe506 + 4d16ad4 commit 0cd7f49Copy full SHA for 0cd7f49
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