File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,38 +13,38 @@ repos:
13
13
- id : double-quote-string-fixer
14
14
- id : requirements-txt-fixer
15
15
- repo : https://gitlab.com/pycqa/flake8
16
- rev : 3.7.9
16
+ rev : 3.8.0
17
17
hooks :
18
18
- id : flake8
19
19
additional_dependencies : [flake8-typing-imports==1.7.0]
20
20
- repo : https://github.com/pre-commit/mirrors-autopep8
21
- rev : v1.5
21
+ rev : v1.5.2
22
22
hooks :
23
23
- id : autopep8
24
24
- repo : https://github.com/pre-commit/pre-commit
25
- rev : v2.1.1
25
+ rev : v2.4.0
26
26
hooks :
27
27
- id : validate_manifest
28
28
- repo : https://github.com/asottile/reorder_python_imports
29
- rev : v1.9 .0
29
+ rev : v2.3 .0
30
30
hooks :
31
31
- id : reorder-python-imports
32
32
args : [--py3-plus]
33
33
- repo : https://github.com/asottile/pyupgrade
34
- rev : v2.0 .1
34
+ rev : v2.4 .1
35
35
hooks :
36
36
- id : pyupgrade
37
37
args : [--py36-plus]
38
38
- repo : https://github.com/asottile/add-trailing-comma
39
- rev : v1.5.0
39
+ rev : v2.0.1
40
40
hooks :
41
41
- id : add-trailing-comma
42
42
args : [--py36-plus]
43
43
- repo : https://github.com/asottile/setup-cfg-fmt
44
- rev : v1.6 .0
44
+ rev : v1.9 .0
45
45
hooks :
46
46
- id : setup-cfg-fmt
47
47
- repo : https://github.com/pre-commit/mirrors-mypy
48
- rev : v0.761
48
+ rev : v0.770
49
49
hooks :
50
50
- id : mypy
You can’t perform that action at this time.
0 commit comments