11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.4 .0
3+ rev : v4.5 .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,30 +25,30 @@ 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.12 .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 : v2.5 .0
3535 hooks :
3636 - id : setup-cfg-fmt
3737- repo : https://github.com/psf/black
38- rev : 23.1.0
38+ rev : 23.12.1
3939 hooks :
4040 - id : black
4141- repo : https://github.com/PyCQA/docformatter
42- rev : v1.5.1
42+ rev : v1.7.5
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.1.13
4848 hooks :
4949 - id : ruff
5050- repo : https://github.com/dosisod/refurb
51- rev : v1.9.1
51+ rev : v1.27.0
5252 hooks :
5353 - id : refurb
5454 args : [--ignore, FURB126]
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.17
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.8.0 '
8989 hooks :
9090 - id : mypy
9191 args : [
9494 ]
9595 pass_filenames : false
9696- repo : https://github.com/codespell-project/codespell
97- rev : v2.2.2
97+ rev : v2.2.6
9898 hooks :
9999 - id : codespell
100100- repo : https://github.com/mgedmin/check-manifest
0 commit comments