From 3d213b83ae90ba81b4a1d7070b6b46dad20f5abd Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:10:01 +0200 Subject: [PATCH] fix: replace beautysh with shfmt due to beautysh Beautysh inserts bad significant whitespace, see the remarks in #139 --- .pre-commit-config.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d30bf6a..f570dd9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,12 +40,10 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - - repo: https://github.com/lovesegfault/beautysh - rev: v6.2.1 + - repo: https://github.com/scop/pre-commit-shfmt + rev: v3.8.0-1 hooks: - - id: beautysh - additional_dependencies: - - setuptools + - id: shfmt - repo: https://github.com/shellcheck-py/shellcheck-py rev: v0.10.0.1