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=25']
@@ -30,25 +30,25 @@ repos:
30
30
- id : rst-inline-touching-normal
31
31
- id : text-unicode-replacement-char
32
32
- repo : https://github.com/asottile/pyupgrade
33
- rev : v2.10 .0
33
+ rev : v2.19 .0
34
34
hooks :
35
35
- id : pyupgrade
36
36
args : [--py36-plus]
37
37
- repo : https://github.com/asottile/reorder_python_imports
38
- rev : v2.4 .0
38
+ rev : v2.5 .0
39
39
hooks :
40
40
- id : reorder-python-imports
41
41
- repo : https://github.com/psf/black
42
- rev : 20.8b1
42
+ rev : 21.5b2
43
43
hooks :
44
44
- id : black
45
45
- repo : https://github.com/asottile/blacken-docs
46
- rev : v1.9.2
46
+ rev : v1.10.0
47
47
hooks :
48
48
- id : blacken-docs
49
49
additional_dependencies : [black]
50
- - repo : https://gitlab .com/pycqa /flake8
51
- rev : 3.8.4
50
+ - repo : https://github .com/PyCQA /flake8
51
+ rev : 3.9.2
52
52
hooks :
53
53
- id : flake8
54
54
types : [python]
72
72
hooks :
73
73
- id : doc8
74
74
- repo : https://github.com/econchick/interrogate
75
- rev : 1.3.2
75
+ rev : 1.4.0
76
76
hooks :
77
77
- id : interrogate
78
78
args : [-v, --fail-under=40, src, tests]
You can’t perform that action at this time.
0 commit comments