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']
10
10
- id : debug-statements
11
11
- id : end-of-file-fixer
12
12
- repo : https://github.com/pre-commit/pygrep-hooks
13
- rev : v1.8 .0 # Use the ref you want to point at
13
+ rev : v1.9 .0 # Use the ref you want to point at
14
14
hooks :
15
15
- id : python-check-blanket-noqa
16
16
- id : python-check-mock-methods
@@ -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.21.2
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.7b0
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]
@@ -60,16 +60,16 @@ repos:
60
60
Pygments,
61
61
]
62
62
- repo : https://github.com/PyCQA/doc8
63
- rev : 0.9.0a1
63
+ rev : 0.9.0
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]
71
71
- repo : https://github.com/codespell-project/codespell
72
- rev : v2.0 .0
72
+ rev : v2.1 .0
73
73
hooks :
74
74
- id : codespell
75
75
args : [-L als, -L unparseable]
0 commit comments