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 @@ -24,24 +24,24 @@ repos:
24
24
- id : python-use-type-annotations
25
25
- id : text-unicode-replacement-char
26
26
- repo : https://github.com/asottile/reorder-python-imports
27
- rev : v3.9 .0
27
+ rev : v3.10 .0
28
28
hooks :
29
29
- id : reorder-python-imports
30
30
args : [--py37-plus, --add-import, 'from __future__ import annotations']
31
31
- repo : https://github.com/asottile/setup-cfg-fmt
32
- rev : v2.2 .0
32
+ rev : v2.4 .0
33
33
hooks :
34
34
- id : setup-cfg-fmt
35
35
- repo : https://github.com/psf/black
36
- rev : 23.3 .0
36
+ rev : 23.7 .0
37
37
hooks :
38
38
- id : black
39
- - repo : https://github.com/charliermarsh /ruff-pre-commit
40
- rev : v0.0.269
39
+ - repo : https://github.com/astral-sh /ruff-pre-commit
40
+ rev : v0.0.280
41
41
hooks :
42
42
- id : ruff
43
43
- repo : https://github.com/dosisod/refurb
44
- rev : v1.16 .0
44
+ rev : v1.17 .0
45
45
hooks :
46
46
- id : refurb
47
47
args : [--ignore, FURB126]
@@ -60,11 +60,11 @@ repos:
60
60
]
61
61
args : [--wrap, "88"]
62
62
- repo : https://github.com/codespell-project/codespell
63
- rev : v2.2.4
63
+ rev : v2.2.5
64
64
hooks :
65
65
- id : codespell
66
66
- repo : https://github.com/pre-commit/mirrors-mypy
67
- rev : ' v1.3.0 '
67
+ rev : ' v1.4.1 '
68
68
hooks :
69
69
- id : mypy
70
70
args : [
You can’t perform that action at this time.
0 commit comments