3e1e5d0d2e
Change-Id: I6a44ac9ab6969fe23e7504d44fc75a7242362528
12 lines
243 B
YAML
12 lines
243 B
YAML
---
|
|
|
|
# For use with pre-commit.
|
|
# See usage instructions at https://pre-commit.com
|
|
|
|
- id: bashate
|
|
name: bashate
|
|
description: This hook runs bashate for linting shell scripts
|
|
entry: bashate
|
|
language: python
|
|
types: [shell]
|