diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03b6fc8..e5d2547 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - - repo: git://github.com/pre-commit/pre-commit-hooks + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: - id: check-json @@ -11,12 +11,12 @@ repos: - --autofix - id: trailing-whitespace - - repo: git://github.com/igorshubovych/markdownlint-cli + - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.26.0 hooks: - id: markdownlint - - repo: git://github.com/antonbabenko/pre-commit-terraform + - repo: https://github.com/antonbabenko/pre-commit-terraform rev: v1.45.0 hooks: - id: terraform_docs