pre-commit-opentofu/.pre-commit-config.yaml

9 lines
223 B
YAML
Raw Normal View History

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