mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 09:29:06 +01: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
|
||||
|
||||
@@ -15,6 +15,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Changed
|
||||
|
||||
- Switch to https for the pre-commit repos (by @rothandrew)
|
||||
- Add instructions on how to enable the docker bridge network (by @rothandrew)
|
||||
- Write your awesome change here (by @you)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user