bashate/.pre-commit-hooks.yaml
Ayaz Salikhov 3e1e5d0d2e Do not run pre-commit verbose by default
Change-Id: I6a44ac9ab6969fe23e7504d44fc75a7242362528
2022-04-01 12:22:59 +01:00

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]