chore: remove deadnix, statix pre commit hooks

This commit is contained in:
Glen Goodwin 2023-06-07 22:57:50 -04:00
parent 6b09094cb7
commit d8b923553f

View file

@ -21,8 +21,6 @@
# https://devenv.sh/pre-commit-hooks/
# pre-commit.hooks.shellcheck.enable = true;
pre-commit.hooks.nixpkgs-fmt.enable = true;
pre-commit.hooks.deadnix.enable = true;
pre-commit.hooks.statix.enable = true;
# https://devenv.sh/processes/
# processes.ping.exec = "ping example.com";