diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/MicroPython/Devices/MicrobitDevices.py --- a/src/eric7/MicroPython/Devices/MicrobitDevices.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/MicroPython/Devices/MicrobitDevices.py Thu May 25 19:51:47 2023 +0200 @@ -958,7 +958,9 @@ return scanResults, "" -def createDevice(microPythonWidget, deviceType, vid, pid, boardName, serialNumber): +def createDevice( + microPythonWidget, deviceType, vid, pid, boardName, serialNumber # noqa: U100 +): """ Function to instantiate a MicroPython device object.