File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python3
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : check-added-large-files
88 - id : check-case-conflict
2323 - id : sort-simple-yaml
2424 - id : trailing-whitespace
2525 - repo : https://github.com/astral-sh/ruff-pre-commit
26- rev : ' v0.11.8 '
26+ rev : ' v0.13.3 '
2727 hooks :
2828 - id : ruff
2929 args : [--fix, --exit-non-zero-on-fix, "--config=pyproject.toml"]
3535 - id : codespell
3636 additional_dependencies : ["tomli"]
3737 - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
38- rev : v2.14 .0
38+ rev : v2.15 .0
3939 hooks :
4040 - id : pretty-format-toml
4141 args : [--autofix, --no-sort]
You can’t perform that action at this time.
0 commit comments