diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 911dd1f..3a7d2a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index aa295bc..4efebb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)