+# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
+#
+# SPDX-License-Identifier: MIT
 """Generic RP2040 pin names"""
 from .rp2040_u2if import rp2040_u2if
 
         self._mode = None
         self._pull = None
 
+    # pylint:disable = no-self-use
     def _u2if_open_hid(self, vid, pid):
         rp2040_u2if.open(vid, pid)