File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v5 .0.0 # Use the ref you want to point at
3+ rev : v6 .0.0 # Use the ref you want to point at
44 hooks :
55 - id : trailing-whitespace
66 - id : check-ast
@@ -20,12 +20,12 @@ repos:
2020 - id : check-toml
2121
2222 - repo : https://github.com/astral-sh/uv-pre-commit
23- rev : 0.6.14
23+ rev : 0.8.23
2424 hooks :
2525 - id : uv-lock
2626
2727 - repo : https://github.com/astral-sh/ruff-pre-commit
28- rev : v0.11.5
28+ rev : v0.13.3
2929 hooks :
3030 - id : ruff
3131 args : [--fix, --exit-non-zero-on-fix]
@@ -34,13 +34,13 @@ repos:
3434 types_or : [ python, pyi, jupyter ]
3535
3636 - repo : https://github.com/crate-ci/typos
37- rev : v1
37+ rev : v1.37.3
3838 hooks :
3939 - id : typos
4040 args : []
4141
4242 - repo : https://github.com/pre-commit/mirrors-mypy
43- rev : v1.15.0
43+ rev : v1.18.2
4444 hooks :
4545 - id : mypy
4646 entry : mypy
You can’t perform that action at this time.
0 commit comments