File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ fail_fast: false
66
77repos :
88 - repo : " https://github.com/pre-commit/pre-commit-hooks"
9- rev : " v4.5 .0"
9+ rev : " v5.0 .0"
1010 hooks :
1111 - id : " check-added-large-files"
1212 args : ["--maxkb=40000"]
@@ -34,21 +34,21 @@ repos:
3434 - id : " python-use-type-annotations"
3535
3636 - repo : " https://github.com/asottile/reorder_python_imports"
37- rev : " v3.12 .0"
37+ rev : " v3.14 .0"
3838 hooks :
3939 - id : " reorder-python-imports"
4040 args :
4141 - " --py38-plus"
4242
4343 - repo : " https://github.com/astral-sh/ruff-pre-commit"
4444 # Ruff version.
45- rev : " v0.1.7 "
45+ rev : " v0.9.1 "
4646 hooks :
4747 - id : " ruff"
4848 - id : " ruff-format"
4949
5050 - repo : " https://github.com/kynan/nbstripout"
51- rev : " 0.6 .1"
51+ rev : " 0.8 .1"
5252 hooks :
5353 - id : " nbstripout"
5454
You can’t perform that action at this time.
0 commit comments