File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ default_stages:
77minimum_pre_commit_version : 3.0.0
88repos :
99 - repo : https://github.com/pre-commit/mirrors-mypy
10- rev : v1.15.0
10+ rev : v1.17.1
1111 hooks :
1212 - id : mypy
1313 additional_dependencies : [numpy>=1.25.0]
2929 additional_dependencies : [toml]
3030 args : [--order-by-type]
3131 - repo : https://github.com/pre-commit/pre-commit-hooks
32- rev : v5 .0.0
32+ rev : v6 .0.0
3333 hooks :
3434 - id : check-merge-conflict
3535 - id : check-ast
@@ -42,28 +42,28 @@ repos:
4242 - id : check-yaml
4343 - id : check-toml
4444 - repo : https://github.com/asottile/pyupgrade
45- rev : v3.19.1
45+ rev : v3.20.0
4646 hooks :
4747 - id : pyupgrade
4848 args : [--py3-plus, --py38-plus, --keep-runtime-typing]
4949 - repo : https://github.com/asottile/blacken-docs
50- rev : 1.19.1
50+ rev : 1.20.0
5151 hooks :
5252 - id : blacken-docs
5353 additional_dependencies : [black==23.1.0]
5454 - repo : https://github.com/rstcheck/rstcheck
55- rev : v6.2.4
55+ rev : v6.2.5
5656 hooks :
5757 - id : rstcheck
5858 additional_dependencies : [toml, sphinx]
5959 args : [--config=pyproject.toml]
6060 - repo : https://github.com/PyCQA/doc8
61- rev : v1.1.2
61+ rev : v2.0.0
6262 hooks :
6363 - id : doc8
6464 - repo : https://github.com/astral-sh/ruff-pre-commit
6565 # Ruff version.
66- rev : v0.11.7
66+ rev : v0.12.12
6767 hooks :
6868 - id : ruff
6969 args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments