File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,29 +30,29 @@ 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.21.2
33
+ rev : v2.29.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.5 .0
38
+ rev : v2.6 .0
39
39
hooks :
40
40
- id : reorder-python-imports
41
41
- repo : https://github.com/asottile/setup-cfg-fmt
42
- rev : v1.17 .0
42
+ rev : v1.18 .0
43
43
hooks :
44
44
- id : setup-cfg-fmt
45
45
- repo : https://github.com/psf/black
46
- rev : 21.7b0
46
+ rev : 21.9b0
47
47
hooks :
48
48
- id : black
49
49
- repo : https://github.com/asottile/blacken-docs
50
- rev : v1.10 .0
50
+ rev : v1.11 .0
51
51
hooks :
52
52
- id : blacken-docs
53
53
additional_dependencies : [black]
54
54
- repo : https://github.com/PyCQA/flake8
55
- rev : 3.9.2
55
+ rev : 4.0.1
56
56
hooks :
57
57
- id : flake8
58
58
types : [python]
@@ -73,11 +73,11 @@ repos:
73
73
Pygments,
74
74
]
75
75
- repo : https://github.com/PyCQA/doc8
76
- rev : 0.9.0
76
+ rev : 0.9.1
77
77
hooks :
78
78
- id : doc8
79
79
- repo : https://github.com/econchick/interrogate
80
- rev : 1.4 .0
80
+ rev : 1.5 .0
81
81
hooks :
82
82
- id : interrogate
83
83
args : [-v, --fail-under=40, src, tests]
87
87
- id : codespell
88
88
args : [-L unparseable]
89
89
- repo : https://github.com/mgedmin/check-manifest
90
- rev : " 0.46 "
90
+ rev : " 0.47 "
91
91
hooks :
92
92
- id : check-manifest
93
93
- repo : meta
You can’t perform that action at this time.
0 commit comments