feat: lint and format across EVERYTHING
This commit is contained in:
parent
d1cd36a5f2
commit
145901b173
6 changed files with 59 additions and 101 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue