dotfiles/templates/haskell/parts/config/pre-commit.nix
2024-11-10 01:29:37 -06:00

7 lines
126 B
Nix
Executable file

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