resume/parts/config/pre-commit.nix
2025-03-24 01:21:46 -05:00

7 lines
123 B
Nix
Executable file

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