From a0ff2c4cfdd935fed47e11f5d45a4baa6e6a63bf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:46:58 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0) - [github.com/scop/pre-commit-shfmt: v3.7.0-1 → v3.7.0-2](https://github.com/scop/pre-commit-shfmt/compare/v3.7.0-1...v3.7.0-2) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d850947f..e9ef2fa0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^$' fail_fast: false repos: - repo: https://github.com/psf/black - rev: 23.10.1 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 23.11.0 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -25,7 +25,7 @@ repos: - id: check-yaml args: [--unsafe] - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.7.0-1 + rev: v3.7.0-2 hooks: - id: shfmt # native (requires Go to build) args: ["-i", "4"] From 3b32cfbc363316db715664d441b1f39a96bf5f15 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 13 Nov 2023 17:44:20 -0600 Subject: [PATCH 2/2] Switch back to shfmt-src in .pre-commit-config.yaml --- .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 e9ef2fa0..d61f5f0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - repo: https://github.com/scop/pre-commit-shfmt rev: v3.7.0-2 hooks: - - id: shfmt # native (requires Go to build) + - id: shfmt-src # native (requires Go to build) args: ["-i", "4"] ci: # To trigger manually, comment on a pull request with "pre-commit.ci autofix"