-"""Pin definitions for the ItsyBitsy RP2040 with u2if firmware."""
-
 """
+Pin definitions for the ItsyBitsy RP2040 with u2if firmware.
+
 Adafruit CircuitPython 6.2.0 on 2021-04-05; Adafruit ItsyBitsy RP2040 with rp2040
 >>> import board
 >>> board.
 A0 = pin.GP26
 A1 = pin.GP27
 A2 = pin.GP28
-#A3 = pin.GP29 # not currently supported in firmware
+# A3 = pin.GP29 # not currently supported in firmware
 
 SCL = pin.GP3
 SDA = pin.GP2
 BUTTON = pin.GP13
 
 # access u2if via pin instance to open for specifc VID/PID
+# pylint:disable = protected-access
 pin.GP0._u2if_open_hid(0x239A, 0x00FD)