File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v2.2.3
3
+ rev : v4.0.1
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-docstring-first
@@ -11,32 +11,33 @@ repos:
11
11
- id : detect-private-key
12
12
- id : double-quote-string-fixer
13
13
- id : end-of-file-fixer
14
- - id : flake8
15
14
- id : name-tests-test
16
15
- id : requirements-txt-fixer
17
16
- id : trailing-whitespace
18
- - id : fix-encoding-pragma
19
- args : ['--remove']
20
17
- repo : https://github.com/pre-commit/mirrors-autopep8
21
- rev : v1.4.4
18
+ rev : v1.5.7
22
19
hooks :
23
20
- id : autopep8
21
+ - repo : https://github.com/pycqa/flake8
22
+ rev : 4.0.1
23
+ hooks :
24
+ - id : flake8
24
25
- repo : https://github.com/asottile/reorder_python_imports
25
- rev : v1 .6.0
26
+ rev : v2 .6.0
26
27
hooks :
27
28
- id : reorder-python-imports
28
29
args : ['--py3-plus']
29
30
- repo : https://github.com/Lucas-C/pre-commit-hooks
30
- rev : v1.1.6
31
+ rev : v1.1.10
31
32
hooks :
32
33
- id : remove-tabs
33
34
- repo : https://github.com/asottile/pyupgrade
34
- rev : v1.21 .0
35
+ rev : v2.29 .0
35
36
hooks :
36
37
- id : pyupgrade
37
38
args : ['--py3-plus']
38
39
- repo : https://github.com/asottile/add-trailing-comma
39
- rev : v1.4.1
40
+ rev : v2.1.0
40
41
hooks :
41
42
- id : add-trailing-comma
42
43
args : ['--py36-plus']
You can’t perform that action at this time.
0 commit comments