File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,30 +34,30 @@ repos:
34
34
- id : python-no-log-warn
35
35
- id : python-use-type-annotations
36
36
- id : text-unicode-replacement-char
37
- - repo : https://github.com/asottile/reorder_python_imports
38
- rev : v3.9 .0
37
+ - repo : https://github.com/asottile/reorder-python-imports
38
+ rev : v3.10 .0
39
39
hooks :
40
40
- id : reorder-python-imports
41
41
- repo : https://github.com/asottile/setup-cfg-fmt
42
- rev : v2.2 .0
42
+ rev : v2.4 .0
43
43
hooks :
44
44
- id : setup-cfg-fmt
45
45
exclude : |
46
46
(?x)^(
47
47
{{cookiecutter.project_slug}}/setup.cfg
48
48
)$
49
49
- repo : https://github.com/psf/black
50
- rev : 23.1 .0
50
+ rev : 23.7 .0
51
51
hooks :
52
52
- id : black
53
- - repo : https://github.com/charliermarsh /ruff-pre-commit
54
- rev : v0.0.241
53
+ - repo : https://github.com/astral-sh /ruff-pre-commit
54
+ rev : v0.0.280
55
55
hooks :
56
56
- id : ruff
57
57
args : [hooks, tests]
58
58
pass_filenames : false
59
59
- repo : https://github.com/dosisod/refurb
60
- rev : v1.10 .0
60
+ rev : v1.17 .0
61
61
hooks :
62
62
- id : refurb
63
63
args : [--ignore, FURB126]
@@ -106,12 +106,12 @@ repos:
106
106
# path/to/file.py
107
107
# )$
108
108
- repo : https://github.com/codespell-project/codespell
109
- rev : v2.2.2
109
+ rev : v2.2.5
110
110
hooks :
111
111
- id : codespell
112
112
additional_dependencies : [tomli]
113
113
- repo : https://github.com/pre-commit/mirrors-mypy
114
- rev : ' v0.991 '
114
+ rev : ' v1.4.1 '
115
115
hooks :
116
116
- id : mypy
117
117
args : [
You can’t perform that action at this time.
0 commit comments