adafruit / Adafruit_CircuitPython_SD

SD card drivers for Adafruit CircuitPython
MIT License
37 stars 17 forks source link

Fix pylint errors #53

Closed tekktrik closed 1 year ago

tekktrik commented 1 year ago

Fixes the following pylint errors:


************* Module adafruit_sdcard
Error: adafruit_sdcard.py:97:33: C0103: Argument name "cs" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern (invalid-name)

Issue created to track the cs argument name disable.