From 2924e7ba6a427893cfa2d1125c771ec1b33d0b32 Mon Sep 17 00:00:00 2001 From: josiahzimmerman-caci Date: Sun, 12 Jan 2025 00:23:01 +0000 Subject: [PATCH] update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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