Adafruit_Learning_System_Gu.../CircuitPython_Painter/.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

3 lines
306 B
Text

CircuitPython_Painter/main.py 98: Unnecessary "else" after "raise" (no-else-raise)
CircuitPython_Painter/main.py 99: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
CircuitPython_Painter/main.py 101: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)