From 458a3dfd1e76e28490a899630a3a19dcb0baa9bd Mon Sep 17 00:00:00 2001 From: Matthew Mellor Date: Wed, 4 Mar 2026 22:12:26 -0600 Subject: [PATCH] feat(terraform): add commented terragrunt_fmt pre-commit hook Co-Authored-By: Claude Opus 4.6 --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d05ded..adb893a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,6 +39,8 @@ repos: # hooks: # - id: terraform_fmt # - id: terraform_tflint + # # Uncomment if using Terragrunt: + # # - id: terragrunt_fmt # --- Ruby (uncomment if languages includes ruby) --- # Linting and formatting with rubocop