-
- Downloads
Upgrade pylint, tweak config (#28798)
* Upgrade pylint to 2.4.4 and astroid to 2.3.3 https://pylint.readthedocs.io/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-4-4 https://github.com/PyCQA/astroid/blob/astroid-2.3.3/ChangeLog * Disable pylint score and persistence We don't use scoring, and it can be supposedly incorrect (so worse than ignorable) when using more than one parallel job.
Please register or sign in to comment