Files
terraform-aws-eks/.pre-commit-config.yaml
Andrew Roth 2c89a8fd35 Switch to https for the pre-commit repos (#349)
* Switch to https for the pre-commit repos

Signed-off-by: Andrew Roth <roth.andy@gmail.com>

* Add to changelog

Signed-off-by: Andrew Roth <roth.andy@gmail.com>

* Undo formatting from prettier plugin

Signed-off-by: Andrew Roth <roth.andy@gmail.com>
2019-04-18 09:28:49 +02:00

14 lines
358 B
YAML

repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.7.4
hooks:
- id: terraform_fmt
- id: terraform_docs
- repo: https://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