From 8f35cf9180c8af55f6cd27ad050084e0b2e593b1 Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Thu, 19 Dec 2019 11:51:13 -0500 Subject: Change pre-commit hook so that it works in fish --- .dev-suite/hooked/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev-suite/hooked/pre-commit b/.dev-suite/hooked/pre-commit index 931d7ac..4229848 100755 --- a/.dev-suite/hooked/pre-commit +++ b/.dev-suite/hooked/pre-commit @@ -3,5 +3,5 @@ set -eu -o pipefail cargo build --all cargo test --all -cargo +nightly fmt --all -- --check +rustup run nightly cargo fmt --all -- --check cargo clippy --all --all-targets -- -W clippy::pedantic -- cgit v1.2.3