adafruit / adabot

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

Pin the pylint version to what the libraries are using #282

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Based on what I'm seeing here, I think a mismatch between the version of pylint being used within adabout on the libraries, and what the version the pre-commit hooks are running is likely causing some false failures to show up on circuitpython.org. This changes pins the dependency to the same version that the hooks use, which means they should align more closely (hopefully 1:1!)