hook: Make `cargo check` only execute pre-push
This hook takes relatively long on my machine, and my impatience has
lead to me doing git commit --no-verify, which defeats the purpose of
having these hooks.
Note that others (like alejandra, cargo fmt and shellcheck) are
reasonably fast and will keep doing good.
This hook takes relatively long on my machine, and my impatience has
lead to me doing git commit --no-verify, which defeats the purpose of
having these hooks.
Note that others (like alejandra, cargo fmt and shellcheck) are
reasonably fast and will keep doing good.
Rebase
Also limit cargo clippy.
Rebased