bashate/.pre-commit-hooks.yaml
Sorin Sbarnea 11ede4f2ed
Enable bashate use with pre-commit
Declares bashare pre-commit configuration.

Change-Id: Ia9f45181094f2f839ad276d29e638e34d253f439
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
2018-07-04 20:57:57 +01:00

13 lines
260 B
YAML

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