Skip to content

Commit 0b23cee

Browse files
committed
chore: update pre-commit-hook
1 parent bc8d786 commit 0b23cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ ${SKIP_PRE_COMMIT:-0} == 1 ]]; then
88
exit 0
99
fi
1010

11-
echo "[pre-commit] cargo fmt"
11+
echo "[pre-commit] cargo fmt -- --check"
1212
cargo fmt -- --check
1313

1414
echo "[pre-commit] cargo clippy --all-targets --all-features -- -D warnings"

0 commit comments

Comments
 (0)