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:
Andrew Roth
2019-04-18 03:28:49 -04:00
committed by Max Williams
parent b2da12dc6e
commit 2c89a8fd35
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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)