diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fcb9d68..5e793e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.83.5 + rev: v1.92.0 hooks: # - id: terraform_validate - id: terraform_fmt @@ -16,7 +16,7 @@ repos: # args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] # exclude: examples - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-symlinks - id: detect-aws-credentials