Skip to content

Commit 02cacee

Browse files
author
Tedilabs Bot
committed
chore: update .pre-commit-config.yaml via Terraform
1 parent 92255f4 commit 02cacee

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_install_hook_types:
44

55
repos:
66
- repo: https://github.com/antonbabenko/pre-commit-terraform
7-
rev: v1.97.4
7+
rev: v1.104.0
88
hooks:
99
- id: terraform_fmt
1010
name: (terraform) Format .tf files with `terraform fmt`
@@ -24,14 +24,19 @@ repos:
2424
name: (terraform) Generate docs with `terraform-docs`
2525
args: ["--args=--sort-by required"]
2626

27+
- repo: https://github.com/pre-commit/pre-commit-hooks
28+
rev: v6.0.0
29+
hooks:
30+
- id: trailing-whitespace
31+
2732
- repo: https://github.com/adrienverge/yamllint
28-
rev: v1.36.2
33+
rev: v1.37.1
2934
hooks:
3035
- id: yamllint
3136
name: (yaml) Check with `yamllint`
3237

3338
- repo: https://github.com/compilerla/conventional-pre-commit
34-
rev: v4.0.0
39+
rev: v4.3.0
3540
hooks:
3641
- id: conventional-pre-commit
3742
name: (commit-message) Check conventional commit

0 commit comments

Comments
 (0)