Merge "Enable bashate use with pre-commit"

This commit is contained in:
Zuul 2018-07-17 03:23:40 +00:00 committed by Gerrit Code Review
commit fedab6e359
1 changed files with 12 additions and 0 deletions

12
.pre-commit-hooks.yaml Normal file
View File

@ -0,0 +1,12 @@
---
# For use with pre-commit.
# See usage instructions at http://pre-commit.com
- id: bashate
name: bashate
description: This hook runs bashate for linting shell scripts
entry: bashate
language: python
types: [shell]
verbose: true