pre-commit: Do not run shfmt/shellcheck on .bats files

pull/1578/head
Noah Gorny 2020-10-13 17:20:11 +03:00 committed by phreakocious
parent 026e28f529
commit 392fc0bd4a
1 changed files with 2 additions and 0 deletions

View File

@ -17,7 +17,9 @@ repos:
hooks:
- id: git-check # Configure in .gitattributes
- id: shellcheck
exclude: ".bats$"
- id: shfmt
exclude: ".bats$"
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.7
hooks: