We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8e7bf commit bda3bf0Copy full SHA for bda3bf0
niworkflows/engine/tests/test_plugin.py
@@ -8,7 +8,7 @@
8
from ..plugin import MultiProcPlugin
9
10
11
-def add(x, y): # noqa: FURB118 # the Function interface does not support builtin functions
+def add(x, y): # the Function interface does not support builtin functions
12
return x + y
13
14
0 commit comments