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 44
55repos :
66 - repo : https://github.com/psf/black-pre-commit-mirror
7- rev : " 24.8 .0"
7+ rev : " 25.9 .0"
88 hooks :
99 - id : black-jupyter
1010
1111 - repo : https://github.com/adamchainz/blacken-docs
12- rev : " 1.18 .0"
12+ rev : " 1.20 .0"
1313 hooks :
1414 - id : blacken-docs
1515 additional_dependencies : [black==23.10.0]
1616
1717 - repo : https://github.com/pre-commit/pre-commit-hooks
18- rev : " v4.6 .0"
18+ rev : " v6.0 .0"
1919 hooks :
2020 - id : check-added-large-files
2121 - id : check-case-conflict
@@ -45,13 +45,13 @@ repos:
4545 args : [--prose-wrap=always]
4646
4747 - repo : https://github.com/astral-sh/ruff-pre-commit
48- rev : " v0.6.5 "
48+ rev : " v0.14.2 "
4949 hooks :
5050 - id : ruff
5151 args : ["--fix", "--show-fixes"]
5252
5353 - repo : https://github.com/pre-commit/mirrors-mypy
54- rev : " v1.11 .2"
54+ rev : " v1.18 .2"
5555 hooks :
5656 - id : mypy
5757 files : src|tests
@@ -62,12 +62,12 @@ repos:
6262 - scikit-build-core[pyproject]
6363
6464 - repo : https://github.com/codespell-project/codespell
65- rev : " v2.3.0 "
65+ rev : " v2.4.1 "
6666 hooks :
6767 - id : codespell
6868
6969 - repo : https://github.com/shellcheck-py/shellcheck-py
70- rev : " v0.10 .0.1"
70+ rev : " v0.11 .0.1"
7171 hooks :
7272 - id : shellcheck
7373
You can’t perform that action at this time.
0 commit comments