src/eric7/JediInterface/JediServer.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10079
0222a480e93d
child 10243
6a3b0acda958
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.
 

eric ide

mercurial