Hi all, *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 <https://crrev.com/c/5030756> 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, -- Josip Sokcevic -- You received this message because you are subscribed to the Google Groups "infra-announce" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-announce/CAJiyOiiBTuutKaXk%2B42UeRbymvhpg%3DsTm5%3DFUJj19RSL8w%3DyyQ%40mail.gmail.com. -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAJiyOiiBTuutKaXk%2B42UeRbymvhpg%3DsTm5%3DFUJj19RSL8w%3DyyQ%40mail.gmail.com.
