File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ repos:
26
26
- id : python-use-type-annotations
27
27
- id : text-unicode-replacement-char
28
28
- repo : https://github.com/asottile/reorder-python-imports
29
- rev : v3.11 .0
29
+ rev : v3.12 .0
30
30
hooks :
31
31
- id : reorder-python-imports
32
32
args : [--py38-plus, --add-import, 'from __future__ import annotations']
33
33
- repo : https://github.com/asottile/setup-cfg-fmt
34
- rev : v2.4 .0
34
+ rev : v2.5 .0
35
35
hooks :
36
36
- id : setup-cfg-fmt
37
37
- repo : https://github.com/psf/black
38
38
rev : 23.9.1
39
39
hooks :
40
40
- id : black
41
41
- repo : https://github.com/astral-sh/ruff-pre-commit
42
- rev : v0.0.291
42
+ rev : v0.0.292
43
43
hooks :
44
44
- id : ruff
45
45
- repo : https://github.com/dosisod/refurb
62
62
]
63
63
args : [--wrap, "88"]
64
64
- repo : https://github.com/codespell-project/codespell
65
- rev : v2.2.5
65
+ rev : v2.2.6
66
66
hooks :
67
67
- id : codespell
68
68
args : [-L als, -L falsy]
You can’t perform that action at this time.
0 commit comments