adafruit / Adafruit_CircuitPython_TinyLoRa

Adafruit Tiny LoRa
MIT License
44 stars 44 forks source link

Library uses short argument names #47

Closed tekktrik closed 1 year ago

tekktrik 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.

awordforthat commented 1 year ago

Picking this up at the PyCon2023 sprints