TL;DR pylint 2.13 is available for use in PRESUBMITs and is required only if you use py3.11 features. Using pylint 2.13 is optional.
depot_tools now provides
pylint 2.13 which runs on Python 3.11. This is the only supported version of pylint for python 3.9+ language features. depot_tools pylint 2.7 supports python <=3.8.
To use pylint 2.13 in presubmit, pass version='2.13' to input_api.canned_checks.RunPylint or input_api.canned_checks.GetPylint.
Best,