Skip to content

Commit 905fd3b

Browse files
committed
Update pre-commit config
1 parent 00516d0 commit 905fd3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pre-commit-config.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.77.1
3+
rev: v1.81.0
44
hooks:
55
- id: terraform_fmt
66
args:
77
- --args=-diff
88
- id: terraform_validate
99
args:
10+
- --tf-init-args=-upgrade
1011
- --hook-config=--retry-once-with-cleanup=true
1112
- id: terraform_tflint
1213
args:
1314
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
1415
files: ^modules/
1516
- id: terraform_docs
1617
args: ["--args=--sort-by required"]
18+
1719
- repo: https://github.com/adrienverge/yamllint
18-
rev: v1.29.0
20+
rev: v1.32.0
1921
hooks:
2022
- id: yamllint

0 commit comments

Comments
 (0)