File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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.0
15
15
hooks :
16
16
- id : pyupgrade
17
17
args :
34
34
35
35
# Autoformat: Python code
36
36
- repo : https://github.com/psf/black
37
- rev : " 24.4.2 "
37
+ rev : " 24.10.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