From 81b794f1ee0de08df42690d3b29ef87c393ce86e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:51:12 +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/maxwinterstein/shfmt-py: v3.12.0.1 → v4.0.0](https://github.com/maxwinterstein/shfmt-py/compare/v3.12.0.1...v4.0.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 e7dfdc474a..dac6b9e521 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: types: [] files: '^.*\.(pacscript|sh)$' - repo: https://github.com/maxwinterstein/shfmt-py - rev: v3.12.0.1 + rev: v4.0.0 hooks: - id: shfmt args: ["-i", "2", "-bn", "-ci", "-sr", "-s", "-w"]