11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.4 .0
3+ rev : v5.0 .0
44 hooks :
55 - id : check-merge-conflict
66 - id : check-toml
@@ -10,28 +10,28 @@ repos:
1010 - id : no-commit-to-branch
1111 - id : trailing-whitespace
1212 - repo : https://github.com/pre-commit/pre-commit
13- rev : v4.0 .0
13+ rev : v4.2 .0
1414 hooks :
1515 - id : validate_manifest
1616 - repo : https://github.com/psf/black
17- rev : ' 23.3 .0'
17+ rev : ' 25.1 .0'
1818 hooks :
1919 - id : black
2020 types_or : [python, pyi]
2121 language_version : python3
2222 - repo : https://github.com/PyCQA/isort
23- rev : 5.12.0
23+ rev : 6.0.1
2424 hooks :
2525 - id : isort
2626 args : [--settings-file, ./pyproject.toml]
2727 - repo : https://github.com/PyCQA/docformatter
28- rev : v1.7.1
28+ rev : v1.7.6
2929 hooks :
3030 - id : docformatter
3131 additional_dependencies : [tomli]
3232 args : [--in-place, --config, ./pyproject.toml]
3333 - repo : https://github.com/charliermarsh/ruff-pre-commit
34- rev : ' v0.0.269 '
34+ rev : ' v0.11.9 '
3535 hooks :
3636 - id : ruff
3737 args : [ --select, "PL", --select, "F" ]
@@ -42,18 +42,18 @@ repos:
4242 additional_dependencies : [toml]
4343 args : [--config, ./pyproject.toml]
4444 - repo : https://github.com/pre-commit/mirrors-mypy
45- rev : v1.3 .0
45+ rev : v1.15 .0
4646 hooks :
4747 - id : mypy
4848 additional_dependencies : [types-python-dateutil]
4949 args : [--config-file, ./pyproject.toml]
5050 - repo : https://github.com/myint/eradicate
51- rev : ' 2.2 .0'
51+ rev : ' 2.3 .0'
5252 hooks :
5353 - id : eradicate
5454 args : []
5555 - repo : https://github.com/rstcheck/rstcheck
56- rev : ' v6.1.2 '
56+ rev : ' v6.2.4 '
5757 hooks :
5858 - id : rstcheck
5959 additional_dependencies : [tomli]
0 commit comments