File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212All text above must be included in any redistribution.
1313"""
1414
15- #pylint:disable=invalid-name, no-self-use, too-many-statements
15+ #pylint:disable=invalid-name, no-self-use
1616
1717import gc
1818import time
@@ -146,9 +146,9 @@ def set_cursor_bitmap(self, bmp):
146146 self .poke ()
147147
148148################################################################################
149-
150149class Paint (object ):
151150
151+ #pylint:disable=too-many-statements
152152 def __init__ (self , display = board .DISPLAY ):
153153 self ._logger = logging .getLogger ("Paint" )
154154 self ._logger .setLevel (logging .DEBUG )
@@ -219,6 +219,7 @@ def __init__(self, display=board.DISPLAY):
219219 self ._last_location = None
220220
221221 self ._pencolor = 7
222+ #pylint:enable=too-many-statements
222223
223224 def _make_palette (self ):
224225 self ._palette_bitmap = displayio .Bitmap (self ._w // 10 , self ._h , 5 )
You can’t perform that action at this time.
0 commit comments