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 @@ -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 : " v5.0 .0"
1212 hooks :
1313 - id : " check-added-large-files"
1414 exclude : " tests/cassettes/.*"
@@ -41,31 +41,31 @@ repos:
4141 - id : " shellcheck"
4242
4343 - repo : " https://github.com/python-jsonschema/check-jsonschema"
44- rev : " 0.28.6 "
44+ rev : " 0.33.2 "
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.15 .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.1.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.12.7 '
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