docker-pre-commit/.pre-commit-config.yaml
Ian Fijolek 5c7dc7758b
Some checks failed
continuous-integration/drone/push Build is failing
Add pre-commit hooks of our own
Adds some basic near-universal checks and shellcheck
2020-09-19 20:07:34 +00:00

15 lines
371 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
args:
- --allow-multiple-documents
- id: check-merge-conflict
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.1.1
hooks:
- id: shellcheck