Skip to content

Commit bcf1c0b

Browse files
committed
Disable lint for crickit global
1 parent 381789d commit bcf1c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_crickit/crickit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def reset(self):
302302
"""Reset the whole Crickit board."""
303303
self._seesaw.sw_reset()
304304

305-
crickit = None
305+
crickit = None # pylint: disable=invalid-name
306306
"""A singleton instance to control a single Crickit board, controlled by the default I2C pins."""
307307

308308
# Sphinx's board is missing real pins so skip the constructor in that case.

0 commit comments

Comments
 (0)