mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-31 06:23:04 +02:00
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>
This commit is contained in:
committed by
Max Williams
parent
b2da12dc6e
commit
2c89a8fd35
@@ -1,10 +1,10 @@
|
||||
repos:
|
||||
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
||||
- repo: https://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
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.0.0
|
||||
hooks:
|
||||
- id: check-merge-conflict
|
||||
|
||||
Reference in New Issue
Block a user