1757WestwoodRobotics / 2022-RapidReact

Competition Bot for FRC 2022 Season
MIT License
5 stars 1 forks source link

Feature/fix pylint #116

Closed agelsomini closed 2 years ago

agelsomini commented 2 years ago

Fix pylint to 2.14.5. It appears that out of the box pylint has some issues with python 3.10.*. So easiest thing for now is version lock it. Once it gets addressed upstream renovatebot will figure it out and we can advance.

Fix some other pylint changes in the behavior of the checks that were causing breakages.