11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.4 .0
3+ rev : v6.0 .0
44 hooks :
55 - id : check-added-large-files
66 args : ['--maxkb=100']
1616 args : [--branch, main]
1717 - id : trailing-whitespace
1818- repo : https://github.com/pre-commit/pygrep-hooks
19- rev : v1.9 .0
19+ rev : v1.10 .0
2020 hooks :
2121 - id : python-check-blanket-noqa
2222 - id : python-check-mock-methods
@@ -25,42 +25,42 @@ repos:
2525 - id : python-use-type-annotations
2626 - id : text-unicode-replacement-char
2727
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.16 .0
3030 hooks :
3131 - id : reorder-python-imports
3232 args : [--py37-plus, --add-import, 'from __future__ import annotations']
3333- repo : https://github.com/asottile/setup-cfg-fmt
34- rev : v2.2 .0
34+ rev : v3.1 .0
3535 hooks :
3636 - id : setup-cfg-fmt
37- - repo : https://github.com/psf/black
38- rev : 23.1 .0
37+ - repo : https://github.com/psf/black-pre-commit-mirror
38+ rev : 25.9 .0
3939 hooks :
4040 - id : black
4141- repo : https://github.com/PyCQA/docformatter
42- rev : v1.5.1
42+ rev : v1.7.7
4343 hooks :
4444 - id : docformatter
4545 args : [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
46- - repo : https://github.com/charliermarsh /ruff-pre-commit
47- rev : v0.0.241
46+ - repo : https://github.com/astral-sh /ruff-pre-commit
47+ rev : v0.14.0
4848 hooks :
4949 - id : ruff
5050- repo : https://github.com/dosisod/refurb
51- rev : v1.9.1
51+ rev : v2.2.0
5252 hooks :
5353 - id : refurb
5454 args : [--ignore, FURB126]
5555
5656- repo : https://github.com/econchick/interrogate
57- rev : 1.5 .0
57+ rev : 1.7 .0
5858 hooks :
5959 - id : interrogate
6060 args : [-v, --fail-under=75]
6161 exclude : ^(tests/)
6262- repo : https://github.com/executablebooks/mdformat
63- rev : 0.7.16
63+ rev : 0.7.22
6464 hooks :
6565 - id : mdformat
6666 additional_dependencies : [
8585# path/to/file.py
8686# )$
8787- repo : https://github.com/pre-commit/mirrors-mypy
88- rev : ' v0.991 '
88+ rev : ' v1.18.2 '
8989 hooks :
9090 - id : mypy
9191 args : [
@@ -94,11 +94,11 @@ repos:
9494 ]
9595 pass_filenames : false
9696- repo : https://github.com/codespell-project/codespell
97- rev : v2.2.2
97+ rev : v2.4.1
9898 hooks :
9999 - id : codespell
100100- repo : https://github.com/mgedmin/check-manifest
101- rev : " 0.49 "
101+ rev : " 0.50 "
102102 hooks :
103103 - id : check-manifest
104104 args : [--no-build-isolation]
0 commit comments