diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f20ddd..0200eb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,7 @@ repos: args: ['table'] exclude: common/*.tf exclude: version.tf + exclude: examples/ - id: terraform_tflint args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] - repo: https://github.com/pre-commit/pre-commit-hooks