Skip to content

Commit

Permalink
chore: Add shellcheck to pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
s373nZ committed Nov 29, 2024
1 parent 333278f commit d9ec630
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/koalaman/shellcheck-precommit
rev: v0.10.0
hooks:
- id: shellcheck
args: [ -fgcc ]

0 comments on commit d9ec630

Please sign in to comment.