We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f89c57 commit 1c8a448Copy full SHA for 1c8a448
1 file changed
CircuitPython_Chiptune_Player/code.py
@@ -63,7 +63,7 @@
63
# touch screen buttons
64
OUTLINE = 0xFF00FF
65
LABEL_COLOR = 0x000000
66
-# pylint: disable=too-many-positional-arguments, global-statement, too-many-branches
+# pylint: disable=global-statement, too-many-branches
67
def make_button(action, x, y, w, h, label, fill, label_color=LABEL_COLOR):
68
"""Build a Button and tag it with the action it triggers."""
69
b = Button(
0 commit comments