Add the beautysh pre-commit hook

This hook performs auto-formatting (beautifying) of Bash scripts.
pull/113/head
Nicholas McDonnell 3 years ago
parent 09f4f549a8
commit ecdfc527d4
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 7
      .pre-commit-config.yaml

@ -48,6 +48,13 @@ repos:
- --strict
# Shell script hooks
- repo: https://github.com/lovesegfault/beautysh
rev: 6.0.1
hooks:
- id: beautysh
args:
- --indent-size
- '2'
- repo: https://github.com/detailyang/pre-commit-shell
rev: 1.0.5
hooks:

Loading…
Cancel
Save