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