Skip to content

Commit f0c2d1f

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 1ca27dc commit f0c2d1f

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
@@ -842,7 +842,7 @@ def init_bold_native_wf(
842842
# Multiecho outputs
843843
'bold_echos', # Individual corrected echos
844844
't2star_map', # T2* map
845-
], # fmt:skip
845+
],
846846
),
847847
name='outputnode',
848848
)

0 commit comments

Comments
 (0)