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