src/eric7/QScintilla/DocstringGenerator/EricdocGenerator.py

branch
eric7
changeset 10069
435cc5875135
parent 10057
1e31ca1078ab
child 10439
21c28b0f9e41
--- a/src/eric7/QScintilla/DocstringGenerator/EricdocGenerator.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/QScintilla/DocstringGenerator/EricdocGenerator.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. eric documentation
     style.

eric ide

mercurial