File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
exclude : (^kubernetes/)
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.2 .0
4
+ rev : v4.6 .0
5
5
hooks :
6
6
- id : check-added-large-files
7
7
- id : check-ast
@@ -19,29 +19,29 @@ repos:
19
19
- id : requirements-txt-fixer
20
20
- id : trailing-whitespace
21
21
- repo : https://github.com/PyCQA/flake8
22
- rev : 4.0.1
22
+ rev : 7.1.0
23
23
hooks :
24
24
- id : flake8
25
- - repo : https://github.com/pre-commit/mirrors- autopep8
26
- rev : v1.6.0
25
+ - repo : https://github.com/hhatto/ autopep8
26
+ rev : v2.3.1
27
27
hooks :
28
28
- id : autopep8
29
- - repo : https://github.com/asottile/reorder_python_imports
30
- rev : v3.0.1
29
+ - repo : https://github.com/asottile/reorder-python-imports
30
+ rev : v3.13.0
31
31
hooks :
32
32
- id : reorder-python-imports
33
33
- repo : https://github.com/asottile/pyupgrade
34
- rev : v2.32 .0
34
+ rev : v3.16 .0
35
35
hooks :
36
36
- id : pyupgrade
37
37
args : ['--py36-plus']
38
38
- repo : https://github.com/asottile/add-trailing-comma
39
- rev : v2.2.3
39
+ rev : v3.1.0
40
40
hooks :
41
41
- id : add-trailing-comma
42
42
args : ['--py36-plus']
43
43
- repo : https://github.com/Lucas-C/pre-commit-hooks
44
- rev : v1.1.13
44
+ rev : v1.5.5
45
45
hooks :
46
46
- id : remove-tabs
47
47
You can’t perform that action at this time.
0 commit comments