Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ecbc33d

Browse files
authoredFeb 17, 2025··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.18.0 → v9.21.0](alessandrojcm/commitlint-pre-commit-hook@v9.18.0...v9.21.0) - [github.com/tofuutils/pre-commit-opentofu: v1.0.4 → v2.1.0](tofuutils/pre-commit-opentofu@v1.0.4...v2.1.0) - [github.com/gruntwork-io/pre-commit: v0.1.23 → v0.1.25](gruntwork-io/pre-commit@v0.1.23...v0.1.25)
1 parent dfdc95a commit ecbc33d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ["--maxkb=800"]
@@ -48,13 +48,13 @@ repos:
4848
- --autofix
4949
exclude: .*docs/codes/2024/0012/junk/registration-flow-response.json
5050
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
51-
rev: v9.18.0
51+
rev: v9.21.0
5252
hooks:
5353
- id: commitlint
5454
stages: [commit-msg]
5555
additional_dependencies: ["@commitlint/config-conventional"]
5656
- repo: https://github.com/tofuutils/pre-commit-opentofu
57-
rev: v1.0.4
57+
rev: v2.1.0
5858
hooks:
5959
- id: tofu_fmt
6060
# - id: tfupdate
@@ -67,7 +67,7 @@ repos:
6767
# - --args=--path=.
6868
# - id: terraform_trivy
6969
- repo: https://github.com/gruntwork-io/pre-commit
70-
rev: v0.1.23
70+
rev: v0.1.25
7171
hooks:
7272
# - id: terraform-fmt
7373
# - id: terraform-validate

0 commit comments

Comments
 (0)
Please sign in to comment.