11exclude : ' tests/'
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v5 .0.0
4+ rev : v6 .0.0
55 hooks :
66 - id : check-merge-conflict
77 - id : check-toml
@@ -11,28 +11,28 @@ repos:
1111 - id : no-commit-to-branch
1212 - id : trailing-whitespace
1313 - repo : https://github.com/pre-commit/pre-commit
14- rev : v4.2.0
14+ rev : v4.5.1
1515 hooks :
1616 - id : validate_manifest
1717 - repo : https://github.com/psf/black
18- rev : ' 25.1.0 '
18+ rev : ' 26.3.1 '
1919 hooks :
2020 - id : black
2121 types_or : [python, pyi]
2222 language_version : python3
2323 - repo : https://github.com/PyCQA/isort
24- rev : 6 .0.1
24+ rev : 8 .0.1
2525 hooks :
2626 - id : isort
2727 args : [--settings-file, ./pyproject.toml]
2828 - repo : https://github.com/PyCQA/docformatter
29- rev : v1.7.7
29+ rev : ab715b8e12b601ba392e7502898e500dde10b4e8
3030 hooks :
3131 - id : docformatter
3232 additional_dependencies : [tomli]
3333 args : [--in-place, --config, ./pyproject.toml]
3434 - repo : https://github.com/charliermarsh/ruff-pre-commit
35- rev : ' v0.12.4 '
35+ rev : ' v0.15.11 '
3636 hooks :
3737 - id : ruff
3838 args : [ --config, ./pyproject.toml ]
@@ -43,13 +43,13 @@ repos:
4343 additional_dependencies : [toml]
4444 args : [--config, ./pyproject.toml]
4545 - repo : https://github.com/pre-commit/mirrors-mypy
46- rev : v1.17.0
46+ rev : v1.20.1
4747 hooks :
4848 - id : mypy
4949 additional_dependencies : [types-python-dateutil]
5050 args : [--config-file, ./pyproject.toml]
5151 - repo : https://github.com/myint/eradicate
52- rev : ' 3.0.0 '
52+ rev : ' 3.0.1 '
5353 hooks :
5454 - id : eradicate
5555 args : []
0 commit comments