We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cf35b commit af81585Copy full SHA for af81585
.pre-commit-config.yaml
@@ -57,3 +57,6 @@ repos:
57
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' --
58
pass_filenames: true
59
language: system
60
+
61
+ci:
62
+ skip: [rust-linting, rust-clippy, cargo-lock-check, cspell]
0 commit comments