File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
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.4 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=25']
@@ -18,16 +18,16 @@ repos:
18
18
- id : python-use-type-annotations
19
19
- id : text-unicode-replacement-char
20
20
- repo : https://github.com/asottile/reorder-python-imports
21
- rev : v3.11 .0
21
+ rev : v3.12 .0
22
22
hooks :
23
23
- id : reorder-python-imports
24
24
args : [--py38-plus, --add-import, 'from __future__ import annotations']
25
25
- repo : https://github.com/asottile/setup-cfg-fmt
26
- rev : v2.4 .0
26
+ rev : v2.5 .0
27
27
hooks :
28
28
- id : setup-cfg-fmt
29
29
- repo : https://github.com/psf/black
30
- rev : 23.9.1
30
+ rev : 24.4.0
31
31
hooks :
32
32
- id : black
33
33
- repo : https://github.com/asottile/blacken-docs
36
36
- id : blacken-docs
37
37
additional_dependencies : [black]
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
- rev : v0.0.291
39
+ rev : v0.3.7
40
40
hooks :
41
41
- id : ruff
42
42
- repo : https://github.com/executablebooks/mdformat
@@ -50,16 +50,16 @@ repos:
50
50
args : [--wrap, "88"]
51
51
files : (README\.md)
52
52
- repo : https://github.com/econchick/interrogate
53
- rev : 1.5 .0
53
+ rev : 1.7 .0
54
54
hooks :
55
55
- id : interrogate
56
56
args : [-v, --fail-under=40, src, tests]
57
57
- repo : https://github.com/codespell-project/codespell
58
- rev : v2.2.5
58
+ rev : v2.2.6
59
59
hooks :
60
60
- id : codespell
61
61
- repo : https://github.com/pre-commit/mirrors-mypy
62
- rev : ' v1.5.1 '
62
+ rev : ' v1.9.0 '
63
63
hooks :
64
64
- id : mypy
65
65
args : [
You can’t perform that action at this time.
0 commit comments