Skip to content

Commit 7b8dec2

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 56d4663 commit 7b8dec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/fit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ def init_bold_native_wf(
794794
# Multiecho outputs
795795
'bold_echos', # Individual corrected echos
796796
't2star_map', # T2* map
797-
], # fmt:skip
797+
],
798798
),
799799
name='outputnode',
800800
)

0 commit comments

Comments
 (0)