resume/parts/config/pre-commit.nix

8 lines
123 B
Nix
Raw Permalink Normal View History

2025-03-24 01:21:46 -05:00
{
pre-commit.settings.hooks = {
nixfmt.enable = true;
commitizen.enable = true;
statix.enable = true;
};
}