website/parts/config/pre-commit.nix
2025-04-11 13:29:01 -05:00

7 lines
133 B
Nix
Executable file

{
pre-commit.settings.hooks = {
nixfmt-rfc-style.enable = true;
commitizen.enable = true;
statix.enable = true;
};
}