mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
23a96e8743
* Added pre-commit-terraform to update docs * Updated .github/PULL_REQUEST_TEMPLATE.md
14 lines
354 B
YAML
14 lines
354 B
YAML
repos:
|
|
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
|
rev: v1.7.4
|
|
hooks:
|
|
- id: terraform_fmt
|
|
- id: terraform_docs
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.0.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: trailing-whitespace
|
|
- id: check-yaml
|
|
- id: check-added-large-files
|