From 314a2bc56235bf1314f9a638323c1caea03f30f3 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 15 Nov 2021 16:32:31 -0500 Subject: [PATCH] ignore examples --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 259def4..dda5778 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: # - id: terraform_validate - id: terraform_fmt + exclude: examples - id: terraform_docs_replace args: ['table'] exclude: common/*.tf