Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 186d26d

Browse files
STY: Apply ruff rule RUF100
RUF100 Unused blanket `noqa` directive
1 parent 392ce18 commit 186d26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎nipype/sphinxext/apidoc/docstring.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class InterfaceDocstring(NipypeDocstring):
6868
def __init__(
6969
self, docstring, config=None, app=None, what="", name="", obj=None, options=None
7070
):
71-
# type: (Union[unicode, List[unicode]], SphinxConfig, Sphinx, unicode, unicode, Any, Any) -> None # NOQA
71+
# type: (Union[unicode, List[unicode]], SphinxConfig, Sphinx, unicode, unicode, Any, Any) -> None
7272
super().__init__(docstring, config, app, what, name, obj, options)
7373

7474
cmd = getattr(obj, "_cmd", "")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /