From 10cd5c84767acb62d931f74e9663338dbd2b7a38 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 16 Dec 2024 09:51:41 -0500 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9615b22..2177e52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,8 +16,8 @@ repos: exclude: version.tf exclude: examples args: + - --hook-config=--create-file-if-not-exist=true - --args=--config=.terraform-docs.yml - - --args=--output-mode=replace # - id: terraform_tflint # args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] # exclude: examples