There was an error while loading. Please reload this page.
1 parent aeab71d commit a4ea9e8Copy full SHA for a4ea9e8
.pre-commit-config.yaml
@@ -1,16 +1,18 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.76.0
+ rev: v1.80.0
4
hooks:
5
- id: terraform_docs
6
- id: terraform_fmt
7
- id: terraform_validate
8
+ args:
9
+ - --hook-config=--retry-once-with-cleanup=true
10
exclude: '^[^/]+$'
11
- id: terraform_tflint
12
exclude: ^examples/
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.3.0
15
+ rev: v4.4.0
16
17
- id: trailing-whitespace
18
- id: end-of-file-fixer
0 commit comments