dotfiles/parts/pre-commit.nix
2024-10-06 15:25:05 -05:00

7 lines
128 B
Nix
Executable file

{
pre-commit.settings.hooks = {
alejandra.enable = true;
commitizen.enable = true;
# statix.enable = true;
};
}