File tree 1 file changed +5
-5
lines changed
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=100']
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.1
24
+ rev : v2.32.0
25
25
hooks :
26
26
- id : pyupgrade
27
27
args : [--py37-plus]
@@ -31,11 +31,11 @@ repos:
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
You can’t perform that action at this time.
0 commit comments