src/eric7/MicroPython/Devices/CircuitPythonDevices.py

branch
eric7
changeset 10069
435cc5875135
parent 10032
102b79b2a8cd
child 10138
56614cf9d03c
--- a/src/eric7/MicroPython/Devices/CircuitPythonDevices.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/MicroPython/Devices/CircuitPythonDevices.py	Thu May 25 19:51:47 2023 +0200
@@ -1980,7 +1980,9 @@
         return True, ""
 
 
-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