From 70021ad94bab4e5c8902e40bf26b5f2375b158e1 Mon Sep 17 00:00:00 2001 From: smokestacklightnin <125844868+smokestacklightnin@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:44:34 -0700 Subject: [PATCH] Run validate before lint --- .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 f876c570..7c72af3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,5 +38,5 @@ repos: rev: v1.0.4 hooks: - id: tofu_fmt - - id: tofu_tflint - id: tofu_validate + - id: tofu_tflint