diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fcf475045e..b45705e1aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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