We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc257af commit 607067aCopy full SHA for 607067a
.pre-commit-config.yaml
@@ -1,7 +1,11 @@
1
---
2
# See https://pre-commit.com for more information
3
# See https://pre-commit.com/hooks.html for more hooks
4
-exclude: tools/schemacode/bidsschematools/tests/data/broken_dataset_description.json
+exclude: |
5
+ (?x)^(
6
+ tools/schemacode/bidsschematools/tests/data/broken_dataset_description.json
7
+ | CNAME
8
+ )$
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
rev: v5.0.0
CNAME
@@ -1 +1 @@
-bids.neuroimaging.io
+bids.neuroimaging.io
0 commit comments