Skip to content

Commit

Permalink
Add pre-commit definition for shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Apr 13, 2024
1 parent 943c20e commit a4c3c0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ repos:
- types-tabulate
args: ["tools/schemacode/bidsschematools"]
pass_filenames: false
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.9.0
hooks:
- id: shellcheck

0 comments on commit a4c3c0d

Please sign in to comment.