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!)
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 thepre-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!)