Do not run pre-commit verbose by default

Change-Id: I6a44ac9ab6969fe23e7504d44fc75a7242362528
This commit is contained in:
Ayaz Salikhov 2022-04-01 12:22:59 +01:00
parent 0feb84a83f
commit 3e1e5d0d2e
1 changed files with 1 additions and 2 deletions

View File

@ -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