tf-gke-test/.pre-commit-config.yaml

10 lines
312 B
YAML
Raw Normal View History

2023-05-03 14:52:20 +02:00
repos:
- repo: https://github.com/terraform-docs/terraform-docs
rev: "v0.16.0"
hooks:
- id: terraform-docs-go
args: ["markdown", "table", "--output-file", "README.md", "."]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace