File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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.2 .0
3
+ rev : v3.4 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=100']
@@ -10,25 +10,25 @@ repos:
10
10
- id : debug-statements
11
11
- id : end-of-file-fixer
12
12
- repo : https://github.com/asottile/pyupgrade
13
- rev : v2.7.2
13
+ rev : v2.7.4
14
14
hooks :
15
15
- id : pyupgrade
16
16
args : [--py36-plus]
17
17
- repo : https://github.com/asottile/reorder_python_imports
18
- rev : v2.3.5
18
+ rev : v2.3.6
19
19
hooks :
20
20
- id : reorder-python-imports
21
21
- repo : https://github.com/psf/black
22
22
rev : 20.8b1
23
23
hooks :
24
24
- id : black
25
25
- repo : https://github.com/asottile/blacken-docs
26
- rev : v1.8.0
26
+ rev : v1.9.1
27
27
hooks :
28
28
- id : blacken-docs
29
29
additional_dependencies : [black]
30
30
- repo : https://gitlab.com/pycqa/flake8
31
- rev : 3.8.3
31
+ rev : 3.8.4
32
32
hooks :
33
33
- id : flake8
34
34
types : [python]
@@ -52,12 +52,12 @@ repos:
52
52
hooks :
53
53
- id : doc8
54
54
- repo : https://github.com/econchick/interrogate
55
- rev : 1.3.1
55
+ rev : 1.3.2
56
56
hooks :
57
57
- id : interrogate
58
58
args : [-v, --fail-under=40, src, tests]
59
59
- repo : https://github.com/codespell-project/codespell
60
- rev : v1.17.1
60
+ rev : v2.0.0
61
61
hooks :
62
62
- id : codespell
63
63
- repo : meta
You can’t perform that action at this time.
0 commit comments