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

10 lines
989 B
Text

CircuitPython_sdcardio_sdioio/benchmark.py 7: More than one statement on a single line (multiple-statements)
CircuitPython_sdcardio_sdioio/benchmark.py 19: More than one statement on a single line (multiple-statements)
CircuitPython_sdcardio_sdioio/benchmark.py 4: Unused import mount_sd (unused-import)
CircuitPython_sdcardio_sdioio/show_bitmaps.py 5: Unused import digitalio (unused-import)
CircuitPython_sdcardio_sdioio/show_bitmaps.py 7: Unused import mount_sd (unused-import)
CircuitPython_sdcardio_sdioio/log_temperature.py 6: Unused import mount_sd (unused-import)
CircuitPython_sdcardio_sdioio/list_files.py 3: Unused import mount_sd (unused-import)
CircuitPython_sdcardio_sdioio/play_mp3s.py 12: No exception type(s) specified (bare-except)
CircuitPython_sdcardio_sdioio/play_mp3s.py 15: Import "from audiomp3 import MP3Decoder" should be placed at the top of the module (wrong-import-position)
CircuitPython_sdcardio_sdioio/play_mp3s.py 6: Unused import mount_sd (unused-import)