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 @@ -18,13 +18,13 @@ repos:
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.15.0
21
+ rev : v3.15.2
22
22
hooks :
23
23
- id : pyupgrade
24
24
args : ['--py37-plus']
25
25
26
26
- repo : https://github.com/PyCQA/autoflake
27
- rev : v2.2 .1
27
+ rev : v2.3 .1
28
28
hooks :
29
29
- id : autoflake
30
30
args : [
@@ -34,12 +34,12 @@ repos:
34
34
]
35
35
36
36
- repo : https://github.com/PyCQA/isort
37
- rev : 5.12.0
37
+ rev : 5.13.2
38
38
hooks :
39
39
- id : isort
40
40
41
41
- repo : https://github.com/psf/black
42
- rev : 23.10 .0
42
+ rev : 24.3 .0
43
43
hooks :
44
44
- id : black
45
45
language_version : python3
51
51
additional_dependencies : [black]
52
52
53
53
- repo : https://github.com/PyCQA/flake8
54
- rev : 6.1 .0
54
+ rev : 7.0 .0
55
55
hooks :
56
56
- id : flake8
57
57
additional_dependencies : [flake8-bugbear]
You can’t perform that action at this time.
0 commit comments