dotfiles/templates/haskell/parts/config/pre-commit.nix

8 lines
123 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{
pre-commit.settings.hooks = {
2025-01-16 15:17:25 -06:00
nixfmt.enable = true;
2024-10-06 15:25:05 -05:00
commitizen.enable = true;
statix.enable = true;
};
}