1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.2 .0
3
+ rev : v4.3 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=100']
@@ -26,21 +26,21 @@ repos:
26
26
- id : python-use-type-annotations
27
27
- id : text-unicode-replacement-char
28
28
- repo : https://github.com/asottile/pyupgrade
29
- rev : v2.32 .0
29
+ rev : v2.38 .0
30
30
hooks :
31
31
- id : pyupgrade
32
32
args : [--py37-plus]
33
33
- repo : https://github.com/asottile/reorder_python_imports
34
- rev : v3.0.1
34
+ rev : v3.8.2
35
35
hooks :
36
36
- id : reorder-python-imports
37
37
args : [--py37-plus, --add-import, 'from __future__ import annotations']
38
38
- repo : https://github.com/psf/black
39
- rev : 22.3 .0
39
+ rev : 22.8 .0
40
40
hooks :
41
41
- id : black
42
42
- repo : https://github.com/PyCQA/flake8
43
- rev : 4 .0.1
43
+ rev : 5 .0.4
44
44
hooks :
45
45
- id : flake8
46
46
types : [python]
@@ -61,11 +61,11 @@ repos:
61
61
Pygments,
62
62
]
63
63
- repo : https://github.com/asottile/setup-cfg-fmt
64
- rev : v1.20.1
64
+ rev : v2.0.0
65
65
hooks :
66
66
- id : setup-cfg-fmt
67
- - repo : https://github.com/myint /docformatter
68
- rev : v1.3.1
67
+ - repo : https://github.com/PyCQA /docformatter
68
+ rev : v1.5.0
69
69
hooks :
70
70
- id : docformatter
71
71
args : [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
75
75
- id : interrogate
76
76
args : [-v, --fail-under=40, src, tests]
77
77
- repo : https://github.com/executablebooks/mdformat
78
- rev : 0.7.14
78
+ rev : 0.7.16
79
79
hooks :
80
80
- id : mdformat
81
81
additional_dependencies : [
84
84
]
85
85
args : [--wrap, "88"]
86
86
- repo : https://github.com/codespell-project/codespell
87
- rev : v2.1.0
87
+ rev : v2.2.1
88
88
hooks :
89
89
- id : codespell
90
90
args : [-L als, -L unparseable]
0 commit comments