adafruit / Adafruit_CircuitPython_TinyLoRa

Adafruit Tiny LoRa
MIT License
44 stars 44 forks source link

Issue47/fix short name errors #49

Closed awordforthat closed 1 year ago

awordforthat commented 1 year ago

Addresses issue #47, library uses short argument names. The fix is in two parts - identifying short var names that are acceptable and adding them to .pylintrc, and lengthening short var names that are not acceptable.

There are some questionable member variables remaining of the form _ab. Pylint passes these since the underscore counts as a character. Talked to @kattni and decided that these are ok even if they violate the spirit of the law.

Picked up at PyCon2023 sprints.