From ab398931f50172a2c0e01387f6055e349c56d42e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:38:29 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.18.0 → v9.23.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.18.0...v9.23.0) - [github.com/tofuutils/pre-commit-opentofu: v1.0.4 → v2.2.2](https://github.com/tofuutils/pre-commit-opentofu/compare/v1.0.4...v2.2.2) - [github.com/gruntwork-io/pre-commit: v0.1.23 → v0.1.30](https://github.com/gruntwork-io/pre-commit/compare/v0.1.23...v0.1.30) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 281a4b6..3a47702 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: ["--maxkb=800"] @@ -48,13 +48,13 @@ repos: - --autofix exclude: .*docs/codes/2024/0012/junk/registration-flow-response.json - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.18.0 + rev: v9.23.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/tofuutils/pre-commit-opentofu - rev: v1.0.4 + rev: v2.2.2 hooks: - id: tofu_fmt # - id: tfupdate @@ -67,7 +67,7 @@ repos: # - --args=--path=. # - id: terraform_trivy - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.23 + rev: v0.1.30 hooks: # - id: terraform-fmt # - id: terraform-validate