From 1c4589ce1b93c371b99b4328fc88a17b0b94f72c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 19:34:20 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/antonbabenko/pre-commit-terraform: v1.31.0 → v1.50.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.31.0...v1.50.0) - [github.com/pre-commit/pre-commit-hooks: v3.0.0 → v3.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.0.0...v3.4.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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