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 5e8b820 commit 7fc8625Copy full SHA for 7fc8625
adafruit_pioasm.py
@@ -28,6 +28,7 @@
28
29
def assemble(text_program):
30
"""Converts pioasm text to encoded instruction bytes"""
31
+ # pylint: disable=too-many-branches,too-many-statements
32
assembled = []
33
program_name = None
34
labels = {}
0 commit comments