Skip to content

Commit abeb1cb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3611ddc commit abeb1cb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CPAC/pipeline/schema.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,14 @@ def sanitize(filename):
10361036
{
10371037
"Name": Required(str),
10381038
"Censor": {
1039-
"method": In(["Kill", "Zero", "Interpolate", "SpikeRegression"]),
1039+
"method": In(
1040+
[
1041+
"Kill",
1042+
"Zero",
1043+
"Interpolate",
1044+
"SpikeRegression",
1045+
]
1046+
),
10401047
"thresholds": [
10411048
{
10421049
"type": str,

0 commit comments

Comments
 (0)