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 @@ -15,29 +15,29 @@ repos:
15
15
- id : requirements-txt-fixer
16
16
- id : trailing-whitespace
17
17
- repo : https://github.com/pre-commit/mirrors-autopep8
18
- rev : v2.0.0
18
+ rev : v2.0.2
19
19
hooks :
20
20
- id : autopep8
21
21
- repo : https://github.com/pycqa/flake8
22
22
rev : 6.0.0
23
23
hooks :
24
24
- id : flake8
25
- - repo : https://github.com/asottile/reorder_python_imports
26
- rev : v3.9 .0
25
+ - repo : https://github.com/asottile/reorder-python-imports
26
+ rev : v3.10 .0
27
27
hooks :
28
28
- id : reorder-python-imports
29
29
args : ['--py3-plus']
30
30
- repo : https://github.com/Lucas-C/pre-commit-hooks
31
- rev : v1.3 .1
31
+ rev : v1.5 .1
32
32
hooks :
33
33
- id : remove-tabs
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v3.3 .0
35
+ rev : v3.9 .0
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : ['--py3-plus']
39
39
- repo : https://github.com/asottile/add-trailing-comma
40
- rev : v2.3 .0
40
+ rev : v3.0 .0
41
41
hooks :
42
42
- id : add-trailing-comma
43
43
args : ['--py36-plus']
You can’t perform that action at this time.
0 commit comments