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.
2 files changed
+31
-27
5553a147
→
59a10214
modified flake.lock
@@ -65,10 +65,32 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -118,39 +140,17 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified flake.nix
@@ -8,7 +8,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -108,15 +108,19 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|