feat: lint and format across EVERYTHING

This commit is contained in:
Artur Manuel 2024-12-11 15:48:30 +00:00
commit 145901b173
6 changed files with 59 additions and 101 deletions

View file

@ -83,6 +83,12 @@
check.enable = true;
settings.hooks = {
alejandra.enable = true;
nil.enable = true;
shellcheck.enable = true;
prettier.enable = true;
ruff.enable = true;
ruff-format.enable = true;
shfmt.enable = true;
deadnix = {
enable = true;
args = ["-e"];
@ -91,7 +97,6 @@
enable = true;
args = ["fix"];
};
nil.enable = true;
};
};
devShells.default = config.pre-commit.devShell;