dotfiles/templates/haskell/parts/pre-commit.nix
2024-10-06 15:25:05 -05:00

7 lines
126 B
Nix
Executable file

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