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