Skip to content

Commit 3c0712c

Browse files
STY: Apply ruff preview rule RUF028
RUF028 This suppression comment is invalid because it cannot be in an expression, pattern, argument list, or other non-statement
1 parent eaac673 commit 3c0712c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ def init_bold_native_wf(
840840
# Multiecho outputs
841841
'bold_echos', # Individual corrected echos
842842
't2star_map', # T2* map
843-
], # fmt:skip
843+
],
844844
),
845845
name='outputnode',
846846
)

0 commit comments

Comments
 (0)