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

8 lines
135 B
Nix
Raw Normal View History

2025-06-22 18:31:52 -05:00
{
pre-commit.settings.hooks = {
nixfmt-rfc-style.enable = true;
# commitizen.enable = true;
statix.enable = true;
};
}