pre-commit: skip cargo and cspell hooks on pre-commit.ci

This commit is contained in:
Sylvestre Ledru
2026-03-31 09:13:24 +02:00
parent 43cf35b19c
commit af81585b60
+3
View File
@@ -57,3 +57,6 @@ repos:
entry: bash -c 'if command -v cspell >/dev/null 2>&1; then cspell --no-must-find-files -- "$@"; else echo "cspell not found, skipping spell check"; exit 0; fi' --
pass_filenames: true
language: system
ci:
skip: [rust-linting, rust-clippy, cargo-lock-check, cspell]