Merge "Do not run pre-commit verbose by default"

This commit is contained in:
Zuul 2022-06-16 09:13:14 +00:00 committed by Gerrit Code Review
commit fbd7c2534c
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
# For use with pre-commit. # For use with pre-commit.
# See usage instructions at http://pre-commit.com # See usage instructions at https://pre-commit.com
- id: bashate - id: bashate
name: bashate name: bashate
@ -9,4 +9,3 @@
entry: bashate entry: bashate
language: python language: python
types: [shell] types: [shell]
verbose: true