Skip to content

Commit

Permalink
chore: Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
s-diez committed Dec 10, 2024
1 parent ef2eb5c commit 48c8eb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
permissions: read-all
runs-on: ubuntu-latest
container:
image: ghcr.io/antonbabenko/pre-commit-terraform:v1.86.0
image: ghcr.io/antonbabenko/pre-commit-terraform:v1.96.2
steps:
- name: Install job dependencies
run: apk add tar git
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
---
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.77.0
rev: v1.96.2
hooks:
- id: terraform_fmt
- id: terraform_tflint
- repo: https://github.com/terraform-docs/terraform-docs
rev: "v0.16.0"
rev: "v0.19.0"
hooks:
- id: terraform-docs-system
args: [./]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
- id: detect-private-key
- id: end-of-file-fixer
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.17.0
rev: v1.35.1
hooks:
- id: yamllint
args: [-c=.yaml-lint.yml]

0 comments on commit 48c8eb3

Please sign in to comment.