adafruit / adabot

Adabot is our robot friend who helps Adafruit online
MIT License
13 stars 27 forks source link

Use newer pylint #375

Closed FoamyGuy closed 3 weeks ago

FoamyGuy commented 3 weeks ago

While looking into an issue with a generated report I had trouble getting adabots requirements installed locally in python 3.12. Updating the version of pylint to a newer one allows it to work under py3.12. The version of pylint that pre-commit uses is specified separately and also has been updated.

The other changes are to resolve the 2 pylint issues that get flagged by the newer version.