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.17 .0
14
+ rev : v3.20 .0
15
15
hooks :
16
16
- id : pyupgrade
17
17
args :
@@ -31,13 +31,13 @@ repos:
31
31
32
32
# Autoformat: Python code
33
33
- repo : https://github.com/pycqa/isort
34
- rev : 5.13.2
34
+ rev : 6.0.1
35
35
hooks :
36
36
- id : isort
37
37
38
38
# Autoformat: Python code
39
39
- repo : https://github.com/psf/black
40
- rev : 24.8 .0
40
+ rev : 25.1 .0
41
41
hooks :
42
42
- id : black
43
43
49
49
50
50
# Misc...
51
51
- repo : https://github.com/pre-commit/pre-commit-hooks
52
- rev : v4.6 .0
52
+ rev : v5.0 .0
53
53
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
54
54
hooks :
55
55
# Autoformat: Makes sure files end in a newline and only a newline.
64
64
65
65
# Lint: Python code
66
66
- repo : https://github.com/pycqa/flake8
67
- rev : " 7.1.1 "
67
+ rev : " 7.3.0 "
68
68
hooks :
69
69
- id : flake8
70
70
You can’t perform that action at this time.
0 commit comments