From 5a18a4e1eaaaf60fb1812b89f92e0268f3c8bcb0 Mon Sep 17 00:00:00 2001 From: "Yoshiaki MIYAZAKI(JP)" Date: Wed, 6 Apr 2022 04:26:29 +0000 Subject: [PATCH] fixed. --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d8e8915..04e334c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,11 +18,6 @@ repos: - id: terraform_fmt - id: terraform_tflint - id: terraform_tfsec - # - id: terraform_docs - # args: - # - --hook-config=--path-to-file=README.md # Valid UNIX path. I.e. ../TFDOC.md or docs/README.md etc. - # - --hook-config=--add-to-existing-file=true # Boolean. true or false - # - --hook-config=--create-file-if-not-exist=true # Boolean. true or false # - repo: https://github.com/zricethezav/gitleaks # rev: v7.6.0 # hooks: