Skip to content

Commit 10eb8e4

Browse files
bendhousearteffigies
authored andcommitted
fix locally passing All checks passed!
1 parent 85a8545 commit 10eb8e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/collect_test_data.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import pandas as pd
2020
from datalad import api
2121

22+
# fmt: skip
2223
readme_template = """# PETPrep Test Data Collection
2324
2425
## Overview
@@ -91,6 +92,7 @@
9192
# Create dataset_description.json content
9293
def create_dataset_description():
9394
"""Create BIDS dataset_description.json content."""
95+
# fmt: skip
9496
return {
9597
'Name': 'PETPrep Test Data Collection',
9698
'BIDSVersion': '1.7.0',
@@ -103,7 +105,7 @@ def create_dataset_description():
103105
],
104106
'EthicsApprovals': [
105107
'This is a test dataset compiled from publicly available BIDS datasets for software',
106-
'testing purposes'
108+
'testing purposes',
107109
],
108110
'ReferencesAndLinks': [
109111
'https://github.com/nipreps/petprep',

0 commit comments

Comments
 (0)