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']
18
18
args : [--branch, main]
19
19
- id : trailing-whitespace
20
20
- repo : https://github.com/pre-commit/pygrep-hooks
21
- rev : v1.8 .0 # Use the ref you want to point at
21
+ rev : v1.9 .0 # Use the ref you want to point at
22
22
hooks :
23
23
- id : python-check-blanket-noqa
24
24
- id : python-check-mock-methods
@@ -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.21.2
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.7b0
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]
@@ -68,16 +68,16 @@ repos:
68
68
Pygments,
69
69
]
70
70
- repo : https://github.com/PyCQA/doc8
71
- rev : 0.9.0a1
71
+ rev : 0.9.0
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]
79
79
- repo : https://github.com/codespell-project/codespell
80
- rev : v2.0 .0
80
+ rev : v2.1 .0
81
81
hooks :
82
82
- id : codespell
83
83
args : [-L unparseable]
0 commit comments