diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d1aac7..7536adf 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.31.0 + rev: v1.50.0 hooks: - id: terraform_docs always_run: true @@ -41,7 +41,7 @@ repos: files: \.tf(vars)?$ exclude: examples - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.0.0 + rev: v3.4.0 hooks: - id: check-case-conflict - id: check-json