Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Rewrites all Terraform configuration files to a canonical format.
entry: hooks/terraform_fmt.sh
language: script
files: \.(tf|tofu|tfvars)$
files: \.(tf|tofu|tfvars|tftest\.hcl|tfmock\.hcl)$
Comment thread
yermulnik marked this conversation as resolved.
Comment thread
MaxymVlasov marked this conversation as resolved.
Comment thread
MaxymVlasov marked this conversation as resolved.
exclude: \.terraform/.*$

- id: terraform_docs
Expand Down
Loading