dotfiles/parts/config/pre-commit.nix
2025-01-16 16:14:09 -06:00

7 lines
135 B
Nix
Executable file

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