fix(precommit): Add some hooks
This commit is contained in:
parent
1803db5d9a
commit
bdf5b5389a
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ let
|
||||||
files = "\\.nix$";
|
files = "\\.nix$";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Rust
|
||||||
|
cargo-check.enable = true;
|
||||||
|
rustfmt.enable = true;
|
||||||
|
|
||||||
# Misc Hooks
|
# Misc Hooks
|
||||||
commitizen.enable = true;
|
commitizen.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue