pre-commit-opentofu/.pre-commit-config.yaml
2018-01-15 16:12:51 +01:00

9 lines
223 B
YAML

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