We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5851e commit 081c793Copy full SHA for 081c793
1 file changed
EInk_Autostereograms/code.py
@@ -45,6 +45,9 @@ def read_buttons():
45
btn = 1
46
return btn
47
48
+#pylint: disable-msg=too-many-nested-blocks
49
+#pylint: disable-msg=too-many-branches
50
+#pylint: disable-msg=too-many-statements
51
# display bitmap file
52
def display_bitmap(epd, filename):
53
try:
@@ -183,6 +186,9 @@ def show_files():
183
186
led.value = False
184
187
return
185
188
189
190
191
+#pylint: disable-msg=too-many-locals
192
# run specified job
193
def run_job(jobfile):
194
0 commit comments