10 lines
312 B
YAML
10 lines
312 B
YAML
|
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
|