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 6798eab commit 1f432a7Copy full SHA for 1f432a7
niworkflows/engine/tests/test_plugin.py
@@ -8,7 +8,7 @@
8
from ..plugin import MultiProcPlugin
9
10
11
-def add(x, y):
+def add(x, y): # noqa: FURB118 # the Function interface does not support builtin functions
12
return x + y
13
14
0 commit comments