website/parts/config/pre-commit.nix

8 lines
133 B
Nix
Raw Normal View History

2025-04-11 13:29:01 -05:00
{
pre-commit.settings.hooks = {
nixfmt-rfc-style.enable = true;
commitizen.enable = true;
statix.enable = true;
};
}