Adafruit_Learning_System_Gu.../MetroX_CircuitPython/.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
357 B
Text

MetroX_CircuitPython/fading_led.py 20: Final newline missing (missing-final-newline)
MetroX_CircuitPython/fading_led.py 20: Unexpected line ending format. There is 'CRLF' while it should be 'LF'. (unexpected-line-ending-format)
MetroX_CircuitPython/fading_led.py 10: standard import "import time" should be placed before "import pwmio" (wrong-import-order)