dotfiles/templates/haskell/parts/config/pre-commit.nix
2025-01-16 15:17:25 -06:00

7 lines
123 B
Nix
Executable file

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