@@ -24,35 +24,30 @@ repos:
2424 - id : python-no-log-warn
2525 - id : python-use-type-annotations
2626 - id : text-unicode-replacement-char
27- - repo : https://github.com/asottile/reorder_python_imports
28- rev : v3.9 .0
27+ - repo : https://github.com/asottile/reorder-python-imports
28+ rev : v3.12 .0
2929 hooks :
3030 - id : reorder-python-imports
31- args : [--py37 -plus, --add-import, 'from __future__ import annotations']
31+ args : [--py38 -plus, --add-import, 'from __future__ import annotations']
3232- repo : https://github.com/asottile/setup-cfg-fmt
33- rev : v2.2 .0
33+ rev : v2.5 .0
3434 hooks :
3535 - id : setup-cfg-fmt
36- - repo : https://github.com/PyCQA/docformatter
37- rev : v1.5.1
38- hooks :
39- - id : docformatter
40- args : [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
4136- repo : https://github.com/psf/black
42- rev : 22.12.0
37+ rev : 23.9.1
4338 hooks :
4439 - id : black
45- - repo : https://github.com/charliermarsh /ruff-pre-commit
46- rev : v0.0.223
40+ - repo : https://github.com/astral-sh /ruff-pre-commit
41+ rev : v0.0.292
4742 hooks :
4843 - id : ruff
4944- repo : https://github.com/dosisod/refurb
50- rev : v1.10 .0
45+ rev : v1.21 .0
5146 hooks :
5247 - id : refurb
5348 args : [--ignore, FURB126]
5449- repo : https://github.com/executablebooks/mdformat
55- rev : 0.7.16
50+ rev : 0.7.17
5651 hooks :
5752 - id : mdformat
5853 additional_dependencies : [
6661 - id : interrogate
6762 args : [-v, --fail-under=40, src]
6863- repo : https://github.com/pre-commit/mirrors-mypy
69- rev : ' v0.991 '
64+ rev : ' v1.5.1 '
7065 hooks :
7166 - id : mypy
7267 args : [
8176 ]
8277 pass_filenames : false
8378- repo : https://github.com/codespell-project/codespell
84- rev : v2.2.2
79+ rev : v2.2.6
8580 hooks :
8681 - id : codespell
8782- repo : https://github.com/mgedmin/check-manifest
0 commit comments