Skip to content

Commit af81585

Browse files
committed
pre-commit: skip cargo and cspell hooks on pre-commit.ci
1 parent 43cf35b commit af81585

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ repos:
5757
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' --
5858
pass_filenames: true
5959
language: system
60+
61+
ci:
62+
skip: [rust-linting, rust-clippy, cargo-lock-check, cspell]

0 commit comments

Comments
 (0)