Skip to content

Commit 0f2d756

Browse files
committed
Format any terraform files with pre-commit
1 parent 6f4c9ce commit 0f2d756

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4-
- repo: https://github.com/golangci/golangci-lint
4+
- repo: https://github.com/golangci/golangci-lint
55
rev: v1.62.2
66
hooks:
7-
- id: golangci-lint
7+
- id: golangci-lint
88
args:
9-
- "--tests=false"
9+
- "--tests=false"
10+
- repo: https://github.com/antonbabenko/pre-commit-terraform
11+
rev: v1.96.2
12+
hooks:
13+
- id: terraform_fmt

0 commit comments

Comments
 (0)