Adafruit_Learning_System_Gu.../EInk_Autostereograms/.circuitpython.skip
Jeff Epler a426be25e1 Add 141 skip files
Each skip file has been populated with the pylint errors I actually got locally
when checking the file.
2021-08-11 14:02:31 -05:00

7 lines
693 B
Text

EInk_Autostereograms/boot.py 21: Comparison 'button != None' should be 'button is not None' (singleton-comparison)
EInk_Autostereograms/code.py 52: Useless return at end of function or method (useless-return)
EInk_Autostereograms/code.py 138: Useless return at end of function or method (useless-return)
EInk_Autostereograms/code.py 155: Useless return at end of function or method (useless-return)
EInk_Autostereograms/code.py 165: Useless return at end of function or method (useless-return)
EInk_Autostereograms/code.py 284: Simplify chained comparison between the operands (chained-comparison)
EInk_Autostereograms/code.py 193: Useless return at end of function or method (useless-return)