diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/JediInterface/JediServer.py --- a/src/eric7/JediInterface/JediServer.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/JediInterface/JediServer.py Thu May 25 19:51:47 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.