--- a/src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py Thu May 25 19:51:47 2023 +0200 @@ -169,7 +169,7 @@ return True - def execute(self, commands, *, mode="raw", timeout=0): + def execute(self, commands, *, mode="raw", timeout=0): # noqa: U100 """ Public method to send commands to the connected device and return the result. @@ -240,7 +240,7 @@ self.__blockReadyRead = False return out, err - def executeAsync(self, commandsList, submitMode): + def executeAsync(self, commandsList, submitMode): # noqa: U100 """ Public method to execute a series of commands over a period of time without returning any result (asynchronous execution).