File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,26 +25,26 @@ repos:
25
25
- id : python-no-log-warn
26
26
- id : python-use-type-annotations
27
27
- id : text-unicode-replacement-char
28
- - repo : https://github.com/asottile/reorder_python_imports
29
- rev : v3.9 .0
28
+ - repo : https://github.com/asottile/reorder-python-imports
29
+ rev : v3.10 .0
30
30
hooks :
31
31
- id : reorder-python-imports
32
32
args : [--py37-plus, --add-import, 'from __future__ import annotations']
33
33
- repo : https://github.com/psf/black
34
- rev : 23.1 .0
34
+ rev : 23.3 .0
35
35
hooks :
36
36
- id : black
37
37
- repo : https://github.com/charliermarsh/ruff-pre-commit
38
- rev : v0.0.244
38
+ rev : v0.0.275
39
39
hooks :
40
40
- id : ruff
41
41
- repo : https://github.com/dosisod/refurb
42
- rev : v1.12 .0
42
+ rev : v1.17 .0
43
43
hooks :
44
44
- id : refurb
45
45
args : [--ignore, FURB126]
46
46
- repo : https://github.com/asottile/setup-cfg-fmt
47
- rev : v2.2 .0
47
+ rev : v2.3 .0
48
48
hooks :
49
49
- id : setup-cfg-fmt
50
50
- repo : https://github.com/econchick/interrogate
@@ -62,13 +62,13 @@ repos:
62
62
]
63
63
args : [--wrap, "88"]
64
64
- repo : https://github.com/codespell-project/codespell
65
- rev : v2.2.2
65
+ rev : v2.2.5
66
66
hooks :
67
67
- id : codespell
68
68
args : [-L als, -L unparseable]
69
69
additional_dependencies : ["tomli"]
70
70
- repo : https://github.com/pre-commit/mirrors-mypy
71
- rev : ' v1.0.0 '
71
+ rev : ' v1.4.1 '
72
72
hooks :
73
73
- id : mypy
74
74
args : [
You can’t perform that action at this time.
0 commit comments