From fc2d8cf055b24b7fada444853e0c021485a39ed2 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 1 Mar 2021 12:36:24 -0500 Subject: [PATCH] comment common/ --- .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 85f5ae4..b391ede 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: terraform_fmt - id: terraform_docs_replace args: ['table'] - exclude: common/*.tf +# exclude: common/*.tf exclude: version.tf - repo: https://github.com/pre-commit/pre-commit-hooks