File: .pre-commit-hooks.yaml

package info (click to toggle)
python-bashate 2.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: python: 743; sh: 202; makefile: 22
file content (12 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
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