File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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=25']
28
28
- id : rst-inline-touching-normal
29
29
- id : text-unicode-replacement-char
30
30
- repo : https://github.com/asottile/pyupgrade
31
- rev : v2.31.1
31
+ rev : v2.32.0
32
32
hooks :
33
33
- id : pyupgrade
34
34
args : [--py37-plus]
@@ -38,11 +38,11 @@ repos:
38
38
- id : reorder-python-imports
39
39
args : [--py37-plus, --add-import, 'from __future__ import annotations']
40
40
- repo : https://github.com/asottile/setup-cfg-fmt
41
- rev : v1.20.0
41
+ rev : v1.20.1
42
42
hooks :
43
43
- id : setup-cfg-fmt
44
44
- repo : https://github.com/psf/black
45
- rev : 22.1 .0
45
+ rev : 22.3 .0
46
46
hooks :
47
47
- id : black
48
48
- repo : https://github.com/asottile/blacken-docs
72
72
Pygments,
73
73
]
74
74
- repo : https://github.com/PyCQA/doc8
75
- rev : 0.10 .1
75
+ rev : 0.11 .1
76
76
hooks :
77
77
- id : doc8
78
78
- repo : https://github.com/econchick/interrogate
You can’t perform that action at this time.
0 commit comments