adafruit / Adafruit_CircuitPython_BluefruitSPI

Helper class to communicate with the Adafruit Bluefruit LE SPI Friend in CircuitPython
MIT License
4 stars 9 forks source link

Library uses short argument names #25

Open evaherrada opened 1 year ago

evaherrada commented 1 year ago

pylint suggests using argument names with at least 3 letters. This library uses argument names of shorter length, and while these warnings have been disabled for now, they should be considered for renaming. This may require the rework of Learn Guides and other references to code snippets.