src/eric7/Debugger/DebugServer.py

branch
eric7-maintenance
changeset 10079
0222a480e93d
parent 10004
983477114d3c
parent 10065
de4ae767b0e3
child 10148
31ba20629af4
--- a/src/eric7/Debugger/DebugServer.py	Tue May 02 10:20:23 2023 +0200
+++ b/src/eric7/Debugger/DebugServer.py	Sat May 27 19:02:58 2023 +0200
@@ -1571,7 +1571,7 @@
         )
 
     def remoteClientVariable(
-        self, debuggerId, scope, filterList, var, framenr=0, maxSize=0
+        self, debuggerId, scope, filterList, var, framenr=0, maxSize=0  # noqa: U100
     ):
         """
         Public method to request the variables of the debugged program.
@@ -1987,7 +1987,9 @@
             self.__debuggerInterfaceRegistry[clientType][0] = capabilities
             self.clientCapabilities.emit(capabilities, clientType, venvName)
 
-    def signalClientCompletionList(self, completionList, text, debuggerId):
+    def signalClientCompletionList(
+        self, completionList, text, debuggerId  # noqa: U100
+    ):
         """
         Public method to process the client auto completion info.
 

eric ide

mercurial