From de21376724256f5907a4a1de15d20b6a6725c63b Mon Sep 17 00:00:00 2001 From: OneGit service account - Renovate Date: Thu, 17 Oct 2024 01:23:14 +0000 Subject: [PATCH] chore(deps): update pre-commit hook tofuutils/pre-commit-opentofu to v2.1.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25cf680..fe7f081 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: stages: [pre-commit] - repo: https://github.com/tofuutils/pre-commit-opentofu - rev: v2.0.0 + rev: v2.1.0 hooks: - id: tofu_fmt stages: [pre-commit]