File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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']
@@ -40,11 +40,11 @@ repos:
40
40
hooks :
41
41
- id : black
42
42
- repo : https://github.com/charliermarsh/ruff-pre-commit
43
- rev : v0.0.270
43
+ rev : v0.0.275
44
44
hooks :
45
45
- id : ruff
46
46
- repo : https://github.com/dosisod/refurb
47
- rev : v1.16 .0
47
+ rev : v1.17 .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.4.1 '
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