diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 682bea54e..ab7f6811a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: check-yaml exclude: ^(helm/wrongsecrets-ctf-party/templates/|helm/test.tmp.yaml|azure/k8s/) @@ -12,7 +12,7 @@ repos: exclude: ^(src/test/resources/yourkey.txt|src/test/resources/secondkey.txt) - id: trailing-whitespace - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.71.0 + rev: v1.96.2 hooks: - id: terraform_fmt - id: terraform_tflint @@ -32,7 +32,7 @@ repos: - "--args=--only=terraform_workspace_remote" - id: terraform_docs - repo: https://github.com/norwoodj/helm-docs - rev: v1.2.0 + rev: v1.14.2 hooks: - id: helm-docs args: @@ -46,7 +46,7 @@ repos: # A base filename makes it relative to each chart directory found - --template-files=README.md.gotmpl - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.4.0 + rev: v9.18.0 hooks: - id: commitlint stages: [commit-msg]