From f74ebf093629c8911916a89f5d608d8da0d93237 Mon Sep 17 00:00:00 2001 From: Kurt von Laven Date: Fri, 24 Sep 2021 01:08:47 -0700 Subject: [PATCH] Default to No Summary in Pre-commit Hook (#57) Because many often run at once, pre-commit hooks are typically very quiet by default, outputting only error messages. --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 1aaa9c5..877020f 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -11,3 +11,4 @@ args: - --no-must-find-files - --no-progress + - --no-summary