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 : v4.1 .0
3
+ rev : v4.2 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=100']
@@ -21,21 +21,21 @@ repos:
21
21
- id : rst-inline-touching-normal
22
22
- id : text-unicode-replacement-char
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v2.31 .0
24
+ rev : v2.32 .0
25
25
hooks :
26
26
- id : pyupgrade
27
27
args : [--py37-plus]
28
28
- repo : https://github.com/asottile/reorder_python_imports
29
- rev : v2.7 .1
29
+ rev : v3.0 .1
30
30
hooks :
31
31
- id : reorder-python-imports
32
32
args : [--py37-plus, --add-import, 'from __future__ import annotations']
33
33
- repo : https://github.com/asottile/setup-cfg-fmt
34
- rev : v1.20.0
34
+ rev : v1.20.1
35
35
hooks :
36
36
- id : setup-cfg-fmt
37
37
- repo : https://github.com/psf/black
38
- rev : 22.1 .0
38
+ rev : 22.3 .0
39
39
hooks :
40
40
- id : black
41
41
- repo : https://github.com/asottile/blacken-docs
65
65
Pygments,
66
66
]
67
67
- repo : https://github.com/PyCQA/doc8
68
- rev : 0.10 .1
68
+ rev : 0.11 .1
69
69
hooks :
70
70
- id : doc8
71
71
- repo : https://github.com/econchick/interrogate
79
79
- id : codespell
80
80
args : [-L unparseable]
81
81
- repo : https://github.com/mgedmin/check-manifest
82
- rev : " 0.47 "
82
+ rev : " 0.48 "
83
83
hooks :
84
84
- id : check-manifest
85
85
args : [--no-build-isolation]
You can’t perform that action at this time.
0 commit comments