src/eric7/JediInterface/JediServer.py

branch
eric7-maintenance
changeset 10079
0222a480e93d
parent 9654
7328efba128b
parent 10069
435cc5875135
child 10272
7ae72d1df070
--- 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.
 

eric ide

mercurial