src/eric7/Debugger/DebugServer.py

branch
eric7
changeset 10065
de4ae767b0e3
parent 9971
773ad1f1ed22
child 10079
0222a480e93d
child 10129
d4d210405367
--- a/src/eric7/Debugger/DebugServer.py	Wed May 24 17:28:58 2023 +0200
+++ b/src/eric7/Debugger/DebugServer.py	Wed May 24 19:54:24 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