File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
args : ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
19
19
20
20
- repo : https://github.com/asottile/pyupgrade
21
- rev : v3.18.0
21
+ rev : v3.19.1
22
22
hooks :
23
23
- id : pyupgrade
24
24
args : ['--py38-plus']
@@ -34,29 +34,29 @@ repos:
34
34
]
35
35
36
36
- repo : https://github.com/PyCQA/isort
37
- rev : 5.13.2
37
+ rev : 6.0.0
38
38
hooks :
39
39
- id : isort
40
40
41
41
- repo : https://github.com/psf/black
42
- rev : 24.10 .0
42
+ rev : 25.1 .0
43
43
hooks :
44
44
- id : black
45
45
language_version : python3
46
46
47
47
- repo : https://github.com/adamchainz/blacken-docs
48
- rev : 1.19.0
48
+ rev : 1.19.1
49
49
hooks :
50
50
- id : blacken-docs
51
51
additional_dependencies : [black==23.*]
52
52
53
53
- repo : https://github.com/PyCQA/flake8
54
- rev : 7.1.1
54
+ rev : 7.1.2
55
55
hooks :
56
56
- id : flake8
57
57
additional_dependencies : [flake8-bugbear]
58
58
59
59
- repo : https://github.com/codespell-project/codespell
60
- rev : v2.3.0
60
+ rev : v2.4.1
61
61
hooks :
62
62
- id : codespell
You can’t perform that action at this time.
0 commit comments