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 77
88repos :
99 - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v5 .0.0
10+ rev : v6 .0.0
1111 hooks :
1212 - id : trailing-whitespace
1313 exclude : test/.*\.py
@@ -23,21 +23,21 @@ repos:
2323 - id : mixed-line-ending
2424
2525 - repo : https://github.com/PyCQA/bandit
26- rev : ' 1.8.5 '
26+ rev : ' 1.8.6 '
2727 hooks :
2828 - id : bandit
2929 args : ["-c", "pyproject.toml"]
3030 additional_dependencies : ["bandit[toml]"]
3131
3232 - repo : https://github.com/astral-sh/ruff-pre-commit
33- rev : v0.12.1
33+ rev : v0.14.0
3434 hooks :
3535 - id : ruff
3636 args : [--fix, --exit-non-zero-on-fix]
3737 - id : ruff-format
3838 types_or : [ python, pyi, jupyter]
3939
4040 - repo : https://github.com/pre-commit/mirrors-mypy
41- rev : ' v1.16.1 '
41+ rev : ' v1.18.2 '
4242 hooks :
4343 - id : mypy
You can’t perform that action at this time.
0 commit comments