Deny warnings in 'clippy' pre-commit hook

This commit is contained in:
Bruno BELANYI 2024-03-31 15:56:08 +01:00
parent 0b9318cdf3
commit be8024d176

View file

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