File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
@@ -28,16 +28,16 @@ repos:
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.4.2
32
32
hooks :
33
33
- id : remove-tabs
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v3.3.0
35
+ rev : v3.3.1
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 : v2.4 .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