mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-19 01:57:35 +01:00
17 lines
473 B
YAML
17 lines
473 B
YAML
# See http://pre-commit.com for more information
|
|
# See http://pre-commit.com/hooks.html for more hooks
|
|
repos:
|
|
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
|
rev: v1.7.1
|
|
hooks:
|
|
- id: terraform_fmt
|
|
# - id: terraform_docs
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
rev: v1.2.3
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: trailing-whitespace
|
|
# - id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-added-large-files
|