dotfiles/parts/config/pre-commit.nix

8 lines
135 B
Nix
Raw Normal View History

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