Skip to content

Commit d1e4a09

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 7126607 commit d1e4a09

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

0 commit comments

Comments
 (0)