diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fa0fc01e..9abeb5ca4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]