diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/QScintilla/DocstringGenerator/SphinxdocGenerator.py --- a/src/eric7/QScintilla/DocstringGenerator/SphinxdocGenerator.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/QScintilla/DocstringGenerator/SphinxdocGenerator.py Thu May 25 19:51:47 2023 +0200 @@ -8,7 +8,7 @@ """ -def generateDoc(functionInfo, editor): +def generateDoc(functionInfo, editor): # noqa: U100 """ Function to generate the docstring line list iaw. Sphinx documentation style.