Skip to content

Commit 227d867

Browse files
committed
noqa
1 parent ec8dcb0 commit 227d867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/sphinxext/related_software.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def run(self):
222222
return [my_list]
223223

224224

225-
def setup(app):
225+
def setup(app): # noqa: D103
226226
app.add_directive("related-software", RelatedSoftwareDirective)
227227
# Run it as soon as this is added as a Sphinx extension so that any errors
228228
# / new packages are reported early. The next call in run() will be cached.

0 commit comments

Comments
 (0)