Skip to content

Commit

Permalink
update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahzimmerman-caci authored Jan 12, 2025
1 parent b92f115 commit 2924e7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2924e7b

Please sign in to comment.