Skip to content

Commit

Permalink
Skip shellcheck on ci for pre-commit -- needs docker
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Apr 15, 2024
1 parent 51274f2 commit a8a891c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
ci:
skip: [shellcheck]
exclude: 'tools/schemacode/bidsschematools/tests/data/broken_dataset_description.json'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit a8a891c

Please sign in to comment.