[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 11/24] python: add pylint to pipenv
From: |
Cleber Rosa |
Subject: |
Re: [PATCH v4 11/24] python: add pylint to pipenv |
Date: |
Tue, 16 Feb 2021 23:12:02 -0500 |
On Thu, Feb 11, 2021 at 01:58:43PM -0500, 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 <jsnow@redhat.com>
> ---
> python/Pipfile | 1 +
> python/Pipfile.lock | 137 ++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 138 insertions(+)
> create mode 100644 python/Pipfile.lock
>
Tested at this point with:
$ pipenv install --dev
$ pipenv run pip freeze
astroid==2.4.2
isort==5.7.0
lazy-object-proxy==1.4.3
mccabe==0.6.1
pylint==2.6.0
six==1.15.0
toml==0.10.2
typed-ast==1.4.2
wrapt==1.12.1
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>
signature.asc
Description: PGP signature
- Re: [PATCH v4 06/24] python: add VERSION file, (continued)
- [PATCH v4 17/24] python/qemu: add isort to pipenv, John Snow, 2021/02/11
- [PATCH v4 09/24] python: add pylint import exceptions, John Snow, 2021/02/11
- [PATCH v4 14/24] python: move mypy.ini into setup.cfg, John Snow, 2021/02/11
- [PATCH v4 10/24] python: move pylintrc into setup.cfg, John Snow, 2021/02/11
- [PATCH v4 11/24] python: add pylint to pipenv, John Snow, 2021/02/11
- Re: [PATCH v4 11/24] python: add pylint to pipenv,
Cleber Rosa <=
- [PATCH v4 07/24] python: add directory structure README.rst files, John Snow, 2021/02/11
- [PATCH v4 12/24] python: move flake8 config to setup.cfg, John Snow, 2021/02/11
- [PATCH v4 13/24] python: Add flake8 to pipenv, John Snow, 2021/02/11
- [PATCH v4 18/24] python/qemu: add qemu package itself to pipenv, John Snow, 2021/02/11