File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -27,20 +27,20 @@ repos:
27
27
- id : python-no-log-warn
28
28
- id : python-use-type-annotations
29
29
- id : text-unicode-replacement-char
30
- - repo : https://github.com/asottile/reorder_python_imports
31
- rev : v3.9 .0
30
+ - repo : https://github.com/asottile/reorder-python-imports
31
+ rev : v3.12 .0
32
32
hooks :
33
33
- id : reorder-python-imports
34
34
args :
35
35
- --py37-plus
36
36
- --add-import
37
37
- from __future__ import annotations
38
38
- repo : https://github.com/asottile/setup-cfg-fmt
39
- rev : v2.2 .0
39
+ rev : v2.5 .0
40
40
hooks :
41
41
- id : setup-cfg-fmt
42
42
- repo : https://github.com/PyCQA/docformatter
43
- rev : v1.6.0.rc1
43
+ rev : v1.7.5
44
44
hooks :
45
45
- id : docformatter
46
46
args :
@@ -51,15 +51,15 @@ repos:
51
51
- ' 88'
52
52
- --blank
53
53
- repo : https://github.com/psf/black
54
- rev : 22.12.0
54
+ rev : 23.9.1
55
55
hooks :
56
56
- id : black
57
- - repo : https://github.com/charliermarsh /ruff-pre-commit
58
- rev : v0.0.228
57
+ - repo : https://github.com/astral-sh /ruff-pre-commit
58
+ rev : v0.0.292
59
59
hooks :
60
60
- id : ruff
61
61
- repo : https://github.com/dosisod/refurb
62
- rev : v1.10 .0
62
+ rev : v1.21 .0
63
63
hooks :
64
64
- id : refurb
65
65
args :
75
75
- src
76
76
- tests
77
77
- repo : https://github.com/executablebooks/mdformat
78
- rev : 0.7.16
78
+ rev : 0.7.17
79
79
hooks :
80
80
- id : mdformat
81
81
additional_dependencies :
@@ -85,11 +85,11 @@ repos:
85
85
- --wrap
86
86
- ' 88'
87
87
- repo : https://github.com/codespell-project/codespell
88
- rev : v2.2.2
88
+ rev : v2.2.6
89
89
hooks :
90
90
- id : codespell
91
91
- repo : https://github.com/pre-commit/mirrors-mypy
92
- rev : v0.991
92
+ rev : v1.5.1
93
93
hooks :
94
94
- id : mypy
95
95
args :
You can’t perform that action at this time.
0 commit comments