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 @@ -34,31 +34,31 @@ 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
args : [--py37-plus, --add-import, 'from __future__ import annotations']
42
42
- repo : https://github.com/asottile/setup-cfg-fmt
43
- rev : v2.2 .0
43
+ rev : v2.3 .0
44
44
hooks :
45
45
- id : setup-cfg-fmt
46
46
exclude : |
47
47
(?x)^(
48
48
{{cookiecutter.package_name}}/setup.cfg
49
49
)$
50
50
- repo : https://github.com/psf/black
51
- rev : 23.1 .0
51
+ rev : 23.3 .0
52
52
hooks :
53
53
- id : black
54
54
- repo : https://github.com/charliermarsh/ruff-pre-commit
55
- rev : v0.0.241
55
+ rev : v0.0.272
56
56
hooks :
57
57
- id : ruff
58
58
args : [hooks, tests]
59
59
pass_filenames : false
60
60
- repo : https://github.com/dosisod/refurb
61
- rev : v1.10 .0
61
+ rev : v1.16 .0
62
62
hooks :
63
63
- id : refurb
64
64
args : [--ignore, FURB126]
@@ -98,12 +98,12 @@ repos:
98
98
# path/to/file.py
99
99
# )$
100
100
- repo : https://github.com/codespell-project/codespell
101
- rev : v2.2.2
101
+ rev : v2.2.5
102
102
hooks :
103
103
- id : codespell
104
104
additional_dependencies : [tomli]
105
105
- repo : https://github.com/pre-commit/mirrors-mypy
106
- rev : ' v0.991 '
106
+ rev : ' v1.3.0 '
107
107
hooks :
108
108
- id : mypy
109
109
args : [
You can’t perform that action at this time.
0 commit comments