Re: [PATCH v6 11/25] python: add pylint to pipenv

2021-05-24 Thread Cleber Rosa
On Wed, May 12, 2021 at 07:12:27PM -0400, John Snow wrote: > We are specifying >= pylint 2.7.x for several reasons: > > 1. For setup.cfg support, added in pylint 2.5.x > 2. To specify a version that has incompatibly dropped >bad-whitespace checks (2.6.x) > 3. 2.7.x fixes "unsubscriptable"

[PATCH v6 11/25] python: add pylint to pipenv

2021-05-12 Thread John Snow
We are specifying >= pylint 2.7.x for several reasons: 1. For setup.cfg support, added in pylint 2.5.x 2. To specify a version that has incompatibly dropped bad-whitespace checks (2.6.x) 3. 2.7.x fixes "unsubscriptable" warnings in Python 3.9 Signed-off-by: John Snow --- python/Pipfile