File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
repos :
12
12
# Autoformat: Python code, syntax patterns are modernized
13
13
- repo : https://github.com/asottile/pyupgrade
14
- rev : v3.15.2
14
+ rev : v3.19.1
15
15
hooks :
16
16
- id : pyupgrade
17
17
args :
@@ -28,13 +28,13 @@ repos:
28
28
29
29
# Autoformat: Python code
30
30
- repo : https://github.com/pycqa/isort
31
- rev : 5.13.2
31
+ rev : 6.0.0
32
32
hooks :
33
33
- id : isort
34
34
35
35
# Autoformat: Python code
36
36
- repo : https://github.com/psf/black
37
- rev : " 24.4.2 "
37
+ rev : " 25.1.0 "
38
38
hooks :
39
39
- id : black
40
40
@@ -46,13 +46,13 @@ repos:
46
46
47
47
# Lint: Python code
48
48
- repo : https://github.com/PyCQA/flake8
49
- rev : " 7.0.0 "
49
+ rev : " 7.1.1 "
50
50
hooks :
51
51
- id : flake8
52
52
53
53
# Misc...
54
54
- repo : https://github.com/pre-commit/pre-commit-hooks
55
- rev : v4.6 .0
55
+ rev : v5.0 .0
56
56
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
57
57
hooks :
58
58
# Autoformat: Makes sure files end in a newline and only a newline.
You can’t perform that action at this time.
0 commit comments