Re: [PATCH 1/7] python: support pylint 2.16

2023-02-09 Thread Beraldo Leal
On Thu, Feb 09, 2023 at 10:40:28AM -0500, John Snow wrote: > Pylint 2.16 adds a few new checks that cause the optional check-tox CI > job to fail. > > 1. The superfluous-parens check seems to be a bit more aggressive, > 2. broad-exception-raised is new; it discourages "raise Exception". > > Fix t

Re: [PATCH 1/7] python: support pylint 2.16

2023-02-09 Thread Philippe Mathieu-Daudé
On 9/2/23 16:40, John Snow wrote: Pylint 2.16 adds a few new checks that cause the optional check-tox CI job to fail. 1. The superfluous-parens check seems to be a bit more aggressive, 2. broad-exception-raised is new; it discourages "raise Exception". Fix these minor issues and turn the lights