Hey gang.
Our version of pylint is getting long in the tooth and is starting to suffer from compabitlity issues with newer version fo Python. One of the nice things about the version we are running is that it does support some code formatting things. The newer versions remove that capability. As a result, upgrading our version of pylint is going to cause feature loss. The other semi-related thing is that the Python community has started to move towards black for formatting and ruff as a replacement for general pylint stuff. So we could “fix” the pylint issue by replacing it wholesale with two different tools. Anyone have any thoughts about what we should do here? Python 3.13 is still very much in early adopter phase but it will pick up. We should be ready for it. Thanks.