generated from Luis/nextjs-python-web-template
alejandra has someone questionable choices for formatting that no one would apply to there code if they would format manually. nixpkgs-fmt seems to produce more readable results.
5 lines
126 B
Nix
5 lines
126 B
Nix
{ self, ... }: {
|
|
pre-commit.settings.hooks.alejandra.enable = true;
|
|
pre-commit.settings.hooks.shellcheck.enable = true;
|
|
}
|