dotfiles/templates/website/parts/config/pre-commit.nix
2025-06-22 18:31:52 -05:00

7 lines
135 B
Nix

{
pre-commit.settings.hooks = {
nixfmt-rfc-style.enable = true;
# commitizen.enable = true;
statix.enable = true;
};
}