From 25ff8f174f50fcff088eb65a7c758b2af3b3f6a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:48:26 +0000 Subject: [PATCH] chore(deps): update module mvdan.cc/sh/v3/cmd/shfmt to v3.12.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 4be0f04..f3dd1a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: description: Format shell scripts with shfmt language: golang additional_dependencies: - - mvdan.cc/sh/v3/cmd/shfmt@v3.11.0 + - mvdan.cc/sh/v3/cmd/shfmt@v3.12.0 entry: shfmt -i 2 -ci -sr -kp -w types: [shell]