We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdc95a commit 1443705Copy full SHA for 1443705
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
args: ["--maxkb=800"]
@@ -54,7 +54,7 @@ repos:
54
stages: [commit-msg]
55
additional_dependencies: ["@commitlint/config-conventional"]
56
- repo: https://github.com/tofuutils/pre-commit-opentofu
57
- rev: v1.0.4
+ rev: v2.1.0
58
59
- id: tofu_fmt
60
# - id: tfupdate
@@ -67,7 +67,7 @@ repos:
67
# - --args=--path=.
68
# - id: terraform_trivy
69
- repo: https://github.com/gruntwork-io/pre-commit
70
- rev: v0.1.23
+ rev: v0.1.24
71
72
# - id: terraform-fmt
73
# - id: terraform-validate
0 commit comments