From 3e1e5d0d2e30f17f27307c451be8a3e733589aeb Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 1 Apr 2022 12:22:59 +0100 Subject: [PATCH] Do not run pre-commit verbose by default Change-Id: I6a44ac9ab6969fe23e7504d44fc75a7242362528 --- .pre-commit-hooks.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index cd746b1..8b5dd8e 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,7 +1,7 @@ --- # For use with pre-commit. -# See usage instructions at http://pre-commit.com +# See usage instructions at https://pre-commit.com - id: bashate name: bashate @@ -9,4 +9,3 @@ entry: bashate language: python types: [shell] - verbose: true