File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ default_stages:
77minimum_pre_commit_version : 2.9.3
88repos :
99 - repo : https://github.com/pre-commit/mirrors-mypy
10- rev : v1.17.1
10+ rev : v1.18.2
1111 hooks :
1212 - id : mypy
1313 additional_dependencies : [numpy>=1.23]
1414 exclude : docs
15- - repo : https://github.com/psf/black
16- rev : 25.1 .0
15+ - repo : https://github.com/psf/black-pre-commit-mirror
16+ rev : 25.9 .0
1717 hooks :
1818 - id : black
1919 additional_dependencies : [toml]
@@ -45,15 +45,15 @@ repos:
4545 - id : check-toml
4646 - id : requirements-txt-fixer
4747 - repo : https://github.com/asottile/blacken-docs
48- rev : 1.19.1
48+ rev : 1.20.0
4949 hooks :
5050 - id : blacken-docs
5151 - repo : https://github.com/astral-sh/ruff-pre-commit
52- rev : v0.12.8
52+ rev : v0.14.2
5353 hooks :
5454 - id : ruff
5555 args : [--fix, --exit-non-zero-on-fix]
5656 - repo : https://github.com/asottile/pyupgrade
57- rev : v3.20 .0
57+ rev : v3.21 .0
5858 hooks :
5959 - id : pyupgrade
You can’t perform that action at this time.
0 commit comments