We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e8158 commit 9fa93feCopy full SHA for 9fa93fe
adafruit_display_text/label.py
@@ -58,7 +58,7 @@ class Label(displayio.Group):
58
:param int color: Color of all text in RGB hex
59
:param double line_spacing: Line spacing of text to display"""
60
61
- # pylint: disable=too-many-instance-attributes
+ # pylint: disable=too-many-instance-attributes, too-many-locals
62
# This has a lot of getters/setters, maybe it needs cleanup.
63
64
def __init__(
0 commit comments