ci: limit lefthook logging

This commit is contained in:
eric
2026-03-15 17:14:25 +01:00
parent b8d0a69d4d
commit 45f3830794
4 changed files with 9 additions and 0 deletions

View File

@@ -425,6 +425,12 @@ let
inherit src;
config = lib.foldl' lib.recursiveUpdate { } (
[
{
output = [
"failure"
"summary"
];
}
(parallelHookStageConfig "pre-commit")
(parallelHookStageConfig "pre-push")
(lib.setAttrByPath [ "pre-commit" "commands" "treefmt" ] {