Skip to content

Commit 607067a

Browse files
committed
fix CNAME
1 parent fc257af commit 607067a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
# See https://pre-commit.com for more information
33
# See https://pre-commit.com/hooks.html for more hooks
4-
exclude: tools/schemacode/bidsschematools/tests/data/broken_dataset_description.json
4+
exclude: |
5+
(?x)^(
6+
tools/schemacode/bidsschematools/tests/data/broken_dataset_description.json
7+
| CNAME
8+
)$
59
repos:
610
- repo: https://github.com/pre-commit/pre-commit-hooks
711
rev: v5.0.0

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bids.neuroimaging.io
1+
bids.neuroimaging.io

0 commit comments

Comments
 (0)