From bc9837b8a7066e1a45c0740a5a06ca09196240e9 Mon Sep 17 00:00:00 2001 From: Kacper Muda Date: Tue, 26 Sep 2023 12:24:09 +0200 Subject: [PATCH] chore: Add comment to pre-commit hooks. --- .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 c998ed4..1df8171 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/gruntwork-io/pre-commit rev: "v0.1.22" # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases hooks: - - id: terraform-validate + - id: terraform-validate # It should be before tflint hook as it runs terraform init required by tflint - id: terraform-fmt - id: tflint args: