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 @@ -27,24 +27,24 @@ repos:
27
27
- id : python-use-type-annotations
28
28
- id : text-unicode-replacement-char
29
29
- repo : https://github.com/asottile/reorder-python-imports
30
- rev : v3.9 .0
30
+ rev : v3.10 .0
31
31
hooks :
32
32
- id : reorder-python-imports
33
33
args : [--py37-plus, --add-import, 'from __future__ import annotations']
34
34
- repo : https://github.com/asottile/setup-cfg-fmt
35
- rev : v2.3 .0
35
+ rev : v2.4 .0
36
36
hooks :
37
37
- id : setup-cfg-fmt
38
38
- repo : https://github.com/psf/black
39
- rev : 23.3 .0
39
+ rev : 23.7 .0
40
40
hooks :
41
41
- id : black
42
- - repo : https://github.com/charliermarsh /ruff-pre-commit
43
- rev : v0.0.270
42
+ - repo : https://github.com/astral-sh /ruff-pre-commit
43
+ rev : v0.0.284
44
44
hooks :
45
45
- id : ruff
46
46
- repo : https://github.com/dosisod/refurb
47
- rev : v1.16 .0
47
+ rev : v1.19 .0
48
48
hooks :
49
49
- id : refurb
50
50
args : [--ignore, FURB126]
55
55
args : [-v, --fail-under=75]
56
56
exclude : ^(tests/|docs/|scripts/)
57
57
- repo : https://github.com/pre-commit/mirrors-mypy
58
- rev : ' v1.3 .0'
58
+ rev : ' v1.5 .0'
59
59
hooks :
60
60
- id : mypy
61
61
args : [
@@ -104,7 +104,7 @@ repos:
104
104
docs/source/tutorials/set_up_a_project.md
105
105
)$
106
106
- repo : https://github.com/codespell-project/codespell
107
- rev : v2.2.4
107
+ rev : v2.2.5
108
108
hooks :
109
109
- id : codespell
110
110
additional_dependencies : [tomli]
You can’t perform that action at this time.
0 commit comments