We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdc95a commit 1f6f292Copy full SHA for 1f6f292
.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
0 commit comments