pre-commit-opentofu/.pre-commit-config.yaml
2016-09-27 21:17:19 +02:00

8 lines
242 B
YAML

- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-case-conflict
- id: check-merge-conflict