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 > --- I'm not a huge fan of this level of verbosity that pipenv generates, but at the same time, I've been bitten too many times by not providing the entire dep tree in a "requirements.txt"-like style. And it is what pipenv uses, so there's no way around that. Reviewed-by: Cleber Rosa Tested-by: Cleber Rosa