Skip to content

Commit 9fa93fe

Browse files
author
Margaret Matocha
committed
added disable=too-many-locals to pylint
1 parent 94e8158 commit 9fa93fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/label.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Label(displayio.Group):
5858
:param int color: Color of all text in RGB hex
5959
:param double line_spacing: Line spacing of text to display"""
6060

61-
# pylint: disable=too-many-instance-attributes
61+
# pylint: disable=too-many-instance-attributes, too-many-locals
6262
# This has a lot of getters/setters, maybe it needs cleanup.
6363

6464
def __init__(

0 commit comments

Comments
 (0)