diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30e2931..4bc80ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,10 @@ -# .pre-commit-config.yaml repos: - repo: https://github.com/antonbabenko/pre-commit-terraform rev: v1.96.1 hooks: - - id: terraform_fmt - args: ["--tf-path", "./"] # Replace with your actual path - - id: terraform_docs - - id: terraform_tflint + - id: terraform_fmt # Removed the `--tf-path` argument + - id: terraform_docs # Ensure terraform-docs is installed + - id: terraform_tflint # Ensure tflint is installed - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0