devtools: Add shellcheck to pre-commit.

This commit is contained in:
Se7enZ
2024-11-29 21:10:29 +01:00
committed by Sangbida
parent d5f66ceabc
commit 98c149c797

View File

@@ -11,3 +11,9 @@ repos:
- id: ruff-format
args: [ --diff ]
exclude: "contrib/pyln-grpc-proto/pyln/grpc/(primitives|node)_pb2(|_grpc).py"
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.11.0.1
hooks:
- id: shellcheck
args: [ -fgcc ]