From 94097996c0982af53f713b48a9c246d12bd8c641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:38:53 +0000 Subject: [PATCH] chore(deps): update module mvdan.cc/sh/v3/cmd/shfmt to v3.13.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 f3dd1a9..f97a5c2 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.12.0 + - mvdan.cc/sh/v3/cmd/shfmt@v3.13.0 entry: shfmt -i 2 -ci -sr -kp -w types: [shell]