Skip to content

Commit a40b165

Browse files
committed
chore: Add shellcheck to pre-commit.
1 parent 7a1a363 commit a40b165

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ repos:
1111
- id: ruff-format
1212
args: [ --diff ]
1313
exclude: "contrib/pyln-grpc-proto/pyln/grpc/(primitives|node)_pb2(|_grpc).py"
14+
15+
- repo: https://github.com/koalaman/shellcheck-precommit
16+
rev: v0.10.0
17+
hooks:
18+
- id: shellcheck
19+
args: [ -fgcc ]

0 commit comments

Comments
 (0)