Skip to content

Commit 081c793

Browse files
authored
disable some pylint errors
too much
1 parent 2a5851e commit 081c793

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

EInk_Autostereograms/code.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ def read_buttons():
4545
btn = 1
4646
return btn
4747

48+
#pylint: disable-msg=too-many-nested-blocks
49+
#pylint: disable-msg=too-many-branches
50+
#pylint: disable-msg=too-many-statements
4851
# display bitmap file
4952
def display_bitmap(epd, filename):
5053
try:
@@ -183,6 +186,9 @@ def show_files():
183186
led.value = False
184187
return
185188

189+
#pylint: disable-msg=too-many-branches
190+
#pylint: disable-msg=too-many-statements
191+
#pylint: disable-msg=too-many-locals
186192
# run specified job
187193
def run_job(jobfile):
188194
try:

0 commit comments

Comments
 (0)