File tree 1 file changed +5
-5
lines changed
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 :
@@ -27,13 +27,13 @@ repos:
27
27
28
28
# Autoformat: Python code
29
29
- repo : https://github.com/pycqa/isort
30
- rev : 5.13.2
30
+ rev : 6.0.0
31
31
hooks :
32
32
- id : isort
33
33
34
34
# Autoformat: Python code
35
35
- repo : https://github.com/psf/black
36
- rev : 24.4.2
36
+ rev : 25.1.0
37
37
hooks :
38
38
- id : black
39
39
45
45
46
46
# Autoformat and linting, misc. details
47
47
- repo : https://github.com/pre-commit/pre-commit-hooks
48
- rev : v4.6 .0
48
+ rev : v5.0 .0
49
49
hooks :
50
50
- id : end-of-file-fixer
51
51
- id : requirements-txt-fixer
54
54
55
55
# Linting: Python code (see the file .flake8)
56
56
- repo : https://github.com/PyCQA/flake8
57
- rev : " 7.0.0 "
57
+ rev : " 7.1.1 "
58
58
hooks :
59
59
- id : flake8
60
60
You can’t perform that action at this time.
0 commit comments