add rad_development_python, remove common functions

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-08-04 10:40:00 -04:00
parent 257e30abcb
commit bdc15b2c41
10 changed files with 22 additions and 57 deletions

View File

@ -22,14 +22,15 @@ in
# The pattern of files to run on (default: "" (all))
# see also https://pre-commit.com/#hooks-files
files = "\\.nix$";
# exclude = [".poetry-git-overlay.nix"];
};
## static analysis checks for nix
nil.enable = true;
statix.enable = true;
deadnix = {
enable = true;
# exclude = [".poetry-git-overlay.nix"];
settings = {
exclude = [ "poetry-git-overlay.nix" ];
noUnderscore = true; # ignore variables starting with underscore
# ignore lambda patterns (useful for passing args from ({}@args)
# to other functions)