From a8a891cc1a2b15dea9427eb53d150b8f0931b550 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 15 Apr 2024 09:43:21 -0400 Subject: [PATCH] Skip shellcheck on ci for pre-commit -- needs docker --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b45705e1aa..6bea922995 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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