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 @@ -8,7 +8,7 @@ fail_fast: false
88
99repos :
1010 - repo : " https://github.com/pre-commit/pre-commit-hooks"
11- rev : " v4.6 .0"
11+ rev : " v6.0 .0"
1212 hooks :
1313 - id : " check-added-large-files"
1414 exclude : " tests/cassettes/.*"
@@ -36,36 +36,36 @@ repos:
3636 - id : " python-use-type-annotations"
3737
3838 - repo : " https://github.com/shellcheck-py/shellcheck-py"
39- rev : " v0.10 .0.1"
39+ rev : " v0.11 .0.1"
4040 hooks :
4141 - id : " shellcheck"
4242
4343 - repo : " https://github.com/python-jsonschema/check-jsonschema"
44- rev : " 0.28.6 "
44+ rev : " 0.34.1 "
4545 hooks :
4646 - id : " check-github-workflows"
4747 - id : " check-readthedocs"
4848
4949 - repo : " https://github.com/asottile/reorder_python_imports"
50- rev : " v3.13 .0"
50+ rev : " v3.16 .0"
5151 hooks :
5252 - id : " reorder-python-imports"
5353 args :
5454 - " --py38-plus"
5555
5656 - repo : " https://github.com/psf/black"
57- rev : " 24.4.2 "
57+ rev : " 25.9.0 "
5858 hooks :
5959 - id : " black"
6060
6161 - repo : " https://github.com/charliermarsh/ruff-pre-commit"
6262 # Ruff version.
63- rev : ' v0.4.10 '
63+ rev : ' v0.14.2 '
6464 hooks :
6565 - id : " ruff"
6666
6767 - repo : " https://github.com/kynan/nbstripout"
68- rev : " 0.7 .1"
68+ rev : " 0.8 .1"
6969 hooks :
7070 - id : " nbstripout"
7171
You can’t perform that action at this time.
0 commit comments