We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1a363 commit a40b165Copy full SHA for a40b165
1 file changed
.pre-commit-config.yaml
@@ -11,3 +11,9 @@ repos:
11
- id: ruff-format
12
args: [ --diff ]
13
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