--- a/src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py Mon Feb 24 15:43:49 2025 +0100 @@ -134,7 +134,7 @@ """ self.debugClientDisconnected.emit(params["debugger_id"]) - def __handleLastDbgClientExited(self, params): # noqa: U100 + def __handleLastDbgClientExited(self, params): # noqa: U-100 """ Private method to handle a report of the eric-ide server, that the last debug client has disconnected. @@ -145,7 +145,7 @@ self.__clientStarted = False self.lastClientExited.emit() - def __handleMainClientExited(self, params): # noqa: U100 + def __handleMainClientExited(self, params): # noqa: U-100 """ Private method to handle the main client exiting. @@ -207,7 +207,7 @@ if self.__serverInterface.isServerConnected() and self.__clientStarted: loop = QEventLoop() - def callback(reply, params): # noqa: U100 + def callback(reply, params): # noqa: U-100 """ Function to handle the server reply