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" warnings in Python 3.9 > > Signed-off-by: John Snow > --- > python/Pipfile | 1 + > python/Pipfile.lock | 130 ++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 131 insertions(+) > create mode 100644 python/Pipfile.lock > Works as expected: $ pipenv run pylint --version pylint 2.7.2 astroid 2.5.2 Python 3.6.13 (default, Feb 25 2021, 00:00:00) [GCC 11.0.0 20210210 (Red Hat 11.0.0-0)] Reviewed-by: Cleber Rosa Tested-by: Cleber Rosa