File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2222 - id : codespell
2323
2424 - repo : https://github.com/crate-ci/typos
25- rev : v1.42.3
25+ rev : v1.44.0
2626 hooks :
2727 - id : typos
Original file line number Diff line number Diff line change 66 hooks :
77 - id : check-toml
88 - id : check-yaml
9+ # mkdocs.yml uses !!python/name tags unsupported by the safe YAML loader
10+ exclude : ^mkdocs\.yml$
911 - id : end-of-file-fixer
1012 - id : trailing-whitespace
1113 args : [--markdown-linebreak-ext=md]
@@ -24,13 +26,13 @@ repos:
2426 - tomli
2527
2628 - repo : https://github.com/crate-ci/typos
27- rev : v1.42.3
29+ rev : v1.44.0
2830 hooks :
2931 - id : typos
3032
3133 - repo : https://github.com/astral-sh/ruff-pre-commit
3234 # Ruff version.
33- rev : v0.14.14
35+ rev : v0.15.4
3436 hooks :
3537 # Run the linter.
3638 - id : ruff
You can’t perform that action at this time.
0 commit comments