Deny warnings in 'clippy' pre-commit hook

This commit is contained in:
Bruno BELANYI 2024-03-31 15:56:08 +01:00
parent 19d0e1bd34
commit 856c3a873d

View file

@ -66,6 +66,9 @@
hooks = {
clippy = {
enable = true;
settings = {
denyWarnings = true;
};
};
nixpkgs-fmt = {