File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ repos:
30
30
- id : rst-inline-touching-normal
31
31
- id : text-unicode-replacement-char
32
32
- repo : https://github.com/asottile/reorder_python_imports
33
- rev : v3.8.3
33
+ rev : v3.8.5
34
34
hooks :
35
35
- id : reorder-python-imports
36
36
args : [--py37-plus, --add-import, 'from __future__ import annotations']
37
37
- repo : https://github.com/asottile/pyupgrade
38
- rev : v3.0 .0
38
+ rev : v3.1 .0
39
39
hooks :
40
40
- id : pyupgrade
41
41
args : [--py37-plus]
42
42
- repo : https://github.com/asottile/setup-cfg-fmt
43
- rev : v2.0 .0
43
+ rev : v2.1 .0
44
44
hooks :
45
45
- id : setup-cfg-fmt
46
46
- repo : https://github.com/PyCQA/docformatter
@@ -112,7 +112,7 @@ repos:
112
112
args : [-v, --fail-under=75]
113
113
exclude : ^(tests/|docs/|scripts/)
114
114
- repo : https://github.com/codespell-project/codespell
115
- rev : v2.2.1
115
+ rev : v2.2.2
116
116
hooks :
117
117
- id : codespell
118
118
args : [-L hist,-L unparseable, -L falsy]
You can’t perform that action at this time.
0 commit comments