pre-commit: add shellcheck

This commit is contained in:
Fernando Schauenburg 2024-07-14 13:15:17 +02:00
parent 13fa12c5c3
commit 80a3043d87

View file

@ -9,3 +9,7 @@ repos:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: trailing-whitespace
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck