mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
8 lines
242 B
YAML
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
|