src/eric7/MicroPython/Devices/STLinkDevices.py

branch
eric7
changeset 10069
435cc5875135
parent 9989
286c2a21f36f
child 10439
21c28b0f9e41
--- a/src/eric7/MicroPython/Devices/STLinkDevices.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/MicroPython/Devices/STLinkDevices.py	Thu May 25 19:51:47 2023 +0200
@@ -474,7 +474,9 @@
             )
 
 
-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.
 

eric ide

mercurial