We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2657d23 + c74c67d commit 093c8d7Copy full SHA for 093c8d7
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.21.0
+ rev: v3.21.2
15
hooks:
16
- id: pyupgrade
17
args:
@@ -22,7 +22,7 @@ repos:
22
23
# Autoformat: Python code
24
- repo: https://github.com/PyCQA/autoflake
25
- rev: v2.3.1
+ rev: v2.3.3
26
27
- id: autoflake
28
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -31,13 +31,13 @@ repos:
31
32
33
- repo: https://github.com/pycqa/isort
34
- rev: 7.0.0
+ rev: 8.0.1
35
36
- id: isort
37
38
39
- repo: https://github.com/psf/black-pre-commit-mirror
40
- rev: 25.9.0
+ rev: 26.1.0
41
42
- id: black
43
0 commit comments