From 71245348ee474602cc34132ff446933ca267a141 Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Wed, 1 Nov 2023 11:10:25 -0400 Subject: [PATCH] Updated pre-commit-terraform/pre-commit-hooks; added trailing-whitespace. --- .pre-commit-config.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f9da08..72bd81f 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.4 + rev: v1.83.5 hooks: # - id: terraform_validate - id: terraform_fmt @@ -9,13 +9,14 @@ repos: exclude: common/*.tf exclude: version.tf exclude: examples/ - - id: terraform_tflint + - id: terraform_tflint # args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] # exclude: examples/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-symlinks - id: detect-aws-credentials - id: detect-private-key -# - id: end-of-file-fixer + - id: trailing-whitespace +