Re: [PATCH v3 08/15] python: add pylint to pipenv

2020-10-28 Thread John Snow
On 10/28/20 6:38 PM, Cleber Rosa wrote: On Tue, Oct 20, 2020 at 03:35:48PM -0400, John Snow wrote: We are specifying >= pylint 2.6.x for two reasons: 1. For setup.cfg support, added in pylint 2.5.x 2. To clarify that we are using a version that has incompatibly dropped bad-whitespace checks. S

Re: [PATCH v3 08/15] python: add pylint to pipenv

2020-10-28 Thread Cleber Rosa
On Tue, Oct 20, 2020 at 03:35:48PM -0400, John Snow wrote: > We are specifying >= pylint 2.6.x for two reasons: > > 1. For setup.cfg support, added in pylint 2.5.x > 2. To clarify that we are using a version that has incompatibly dropped > bad-whitespace checks. > > Signed-off-by: John Snow > --

[PATCH v3 08/15] python: add pylint to pipenv

2020-10-20 Thread John Snow
We are specifying >= pylint 2.6.x for two reasons: 1. For setup.cfg support, added in pylint 2.5.x 2. To clarify that we are using a version that has incompatibly dropped bad-whitespace checks. Signed-off-by: John Snow --- python/Pipfile | 1 + python/Pipfile.lock | 127 +