fix: replace beautysh with shfmt due to beautysh

Beautysh inserts bad significant whitespace, see the remarks in #139
This commit is contained in:
Oskar Manhart 2024-07-15 16:10:01 +02:00 committed by GitHub
parent 757931d3ae
commit 3d213b83ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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