dotfiles/parts/config/pre-commit.nix
2024-11-10 01:29:37 -06:00

7 lines
128 B
Nix
Executable file

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