--- a/src/eric7/JediInterface/JediServer.py Tue May 02 10:20:23 2023 +0200 +++ b/src/eric7/JediInterface/JediServer.py Sat May 27 19:02:58 2023 +0200 @@ -165,7 +165,7 @@ source = editor.text() return filename, line, index, source - def requestCompletions(self, editor, context, acText): + def requestCompletions(self, editor, context, acText): # noqa: U100 """ Public method to request a list of possible completions. @@ -225,7 +225,7 @@ if editor is not None: editor.completionsListReady(names, result["CompletionText"]) - def getCallTips(self, editor, pos, commas): + def getCallTips(self, editor, pos, commas): # noqa: U100 """ Public method to calculate calltips.