flake: On second thought, disable statix alltogether
It's not providing enough value for the annoyances it causes. Like not accepting multiple filenames.
This commit is contained in:
parent
cc7230d92f
commit
33c4fb6314
1 changed files with 1 additions and 5 deletions
|
@ -202,17 +202,13 @@
|
|||
|
||||
};
|
||||
|
||||
perSystem = { inputs', pkgs, config, lib, ... }: {
|
||||
perSystem = { inputs', pkgs, config, ... }: {
|
||||
|
||||
pre-commit = {
|
||||
settings = {
|
||||
hooks = {
|
||||
nixpkgs-fmt.enable = true;
|
||||
deadnix.enable = true;
|
||||
statix = {
|
||||
enable = true;
|
||||
pass_filenames = lib.mkForce true;
|
||||
};
|
||||
black.enable = true;
|
||||
shellcheck = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue