File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,25 +25,25 @@ repos:
25
25
- id : python-no-log-warn
26
26
- id : python-use-type-annotations
27
27
- id : text-unicode-replacement-char
28
- - repo : https://github.com/asottile/reorder_python_imports
29
- rev : v3.9 .0
28
+ - repo : https://github.com/asottile/reorder-python-imports
29
+ rev : v3.11 .0
30
30
hooks :
31
31
- id : reorder-python-imports
32
32
args : [--py37-plus, --add-import, 'from __future__ import annotations']
33
33
- repo : https://github.com/asottile/setup-cfg-fmt
34
- rev : v2.2 .0
34
+ rev : v2.4 .0
35
35
hooks :
36
36
- id : setup-cfg-fmt
37
37
- repo : https://github.com/psf/black
38
- rev : 23.3.0
38
+ rev : 23.9.1
39
39
hooks :
40
40
- id : black
41
- - repo : https://github.com/charliermarsh /ruff-pre-commit
42
- rev : v0.0.261
41
+ - repo : https://github.com/astral-sh /ruff-pre-commit
42
+ rev : v0.0.290
43
43
hooks :
44
44
- id : ruff
45
45
- repo : https://github.com/dosisod/refurb
46
- rev : v1.15 .0
46
+ rev : v1.21 .0
47
47
hooks :
48
48
- id : refurb
49
49
args : [--ignore, FURB126]
53
53
- id : interrogate
54
54
args : [-v, --fail-under=40, src, tests]
55
55
- repo : https://github.com/executablebooks/mdformat
56
- rev : 0.7.16
56
+ rev : 0.7.17
57
57
hooks :
58
58
- id : mdformat
59
59
additional_dependencies : [
@@ -62,12 +62,12 @@ repos:
62
62
]
63
63
args : [--wrap, "88"]
64
64
- repo : https://github.com/codespell-project/codespell
65
- rev : v2.2.4
65
+ rev : v2.2.5
66
66
hooks :
67
67
- id : codespell
68
68
args : [-L als, -L falsy]
69
69
- repo : https://github.com/pre-commit/mirrors-mypy
70
- rev : ' v1.2.0 '
70
+ rev : ' v1.5.1 '
71
71
hooks :
72
72
- id : mypy
73
73
args : [
You can’t perform that action at this time.
0 commit comments