Skip to content

Commit

Permalink
chore: Change order of pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpermuda committed Sep 26, 2023
1 parent dbc80c8 commit 0b26649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ 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-fmt
- id: tflint
args:
- --module
- --config=.tflint.hcl
- id: terraform-validate
- id: terraform-fmt

- repo: https://github.com/terraform-docs/terraform-docs
rev: "v0.16.0" # Get the latest from: https://github.com/terraform-docs/terraform-docs/releases
Expand Down

0 comments on commit 0b26649

Please sign in to comment.