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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v3.4.0
3
+ rev : v4.0.1
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=100']
@@ -22,25 +22,25 @@ repos:
22
22
- id : rst-inline-touching-normal
23
23
- id : text-unicode-replacement-char
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v2.10 .0
25
+ rev : v2.16 .0
26
26
hooks :
27
27
- id : pyupgrade
28
28
args : [--py36-plus]
29
29
- repo : https://github.com/asottile/reorder_python_imports
30
- rev : v2.4 .0
30
+ rev : v2.5 .0
31
31
hooks :
32
32
- id : reorder-python-imports
33
33
- repo : https://github.com/psf/black
34
- rev : 20.8b1
34
+ rev : 21.5b1
35
35
hooks :
36
36
- id : black
37
37
- repo : https://github.com/asottile/blacken-docs
38
- rev : v1.9.2
38
+ rev : v1.10.0
39
39
hooks :
40
40
- id : blacken-docs
41
41
additional_dependencies : [black]
42
- - repo : https://gitlab .com/pycqa /flake8
43
- rev : 3.8.4
42
+ - repo : https://github .com/PyCQA /flake8
43
+ rev : 3.9.2
44
44
hooks :
45
45
- id : flake8
46
46
types : [python]
64
64
hooks :
65
65
- id : doc8
66
66
- repo : https://github.com/econchick/interrogate
67
- rev : 1.3.2
67
+ rev : 1.4.0
68
68
hooks :
69
69
- id : interrogate
70
70
args : [-v, --fail-under=40, src, tests]
You can’t perform that action at this time.
0 commit comments