File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_install_hook_types:
44
55repos :
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
You can’t perform that action at this time.
0 commit comments