diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7706052..20a58ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.90.0 + rev: v1.96.3 hooks: - id: terraform_docs - id: terraform_fmt @@ -10,7 +10,7 @@ repos: - --args=--exclude-downloaded-modules --no-module-downloads - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-json - id: check-merge-conflict @@ -26,7 +26,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.40.0 + rev: v0.43.0 hooks: - id: markdownlint entry: markdownlint --ignore .github/*.md @@ -37,7 +37,7 @@ repos: - id: shell-lint - repo: https://github.com/trussworks/pre-commit-hooks - rev: v1.1.1 + rev: v2.0.0 hooks: - id: circleci-validate - id: markdown-toc