Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#68)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/antonbabenko/pre-commit-terraform: v1.88.4 → v1.89.0](antonbabenko/pre-commit-terraform@v1.88.4...v1.89.0)
- [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.28.2](python-jsonschema/check-jsonschema@0.28.1...0.28.2)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.13.0 → v9.15.0](alessandrojcm/commitlint-pre-commit-hook@v9.13.0...v9.15.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 23, 2024
1 parent 33e8217 commit fbc45c5
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
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -14,7 +14,7 @@ repos:
- id: detect-secrets
args: ["--baseline", ".secrets.baseline"]
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.88.4
rev: v1.89.0
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand All @@ -25,11 +25,11 @@ repos:
- id: terraform-docs-go
args: ["markdown", "--output-file", "README.md", "."]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.1
rev: 0.28.2
hooks:
- id: check-github-actions
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.13.0
rev: v9.15.0
hooks:
- id: commitlint
additional_dependencies: ['@commitlint/config-conventional']
Expand Down

0 comments on commit fbc45c5

Please sign in to comment.