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 = {
|
pre-commit = {
|
||||||
settings = {
|
settings = {
|
||||||
hooks = {
|
hooks = {
|
||||||
nixpkgs-fmt.enable = true;
|
nixpkgs-fmt.enable = true;
|
||||||
deadnix.enable = true;
|
deadnix.enable = true;
|
||||||
statix = {
|
|
||||||
enable = true;
|
|
||||||
pass_filenames = lib.mkForce true;
|
|
||||||
};
|
|
||||||
black.enable = true;
|
black.enable = true;
|
||||||
shellcheck = {
|
shellcheck = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue