clan-core/flake-parts/pre-commit.nix

5 lines
124 B
Nix
Raw Normal View History

2023-07-12 17:50:23 +00:00
{self, ...}: {
pre-commit.settings.hooks.alejandra.enable = true;
pre-commit.settings.hooks.shellcheck.enable = true;
}