[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 08/15] python: add pylint to pipenv
From: |
Cleber Rosa |
Subject: |
Re: [PATCH v3 08/15] python: add pylint to pipenv |
Date: |
Wed, 28 Oct 2020 18:38:51 -0400 |
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 <jsnow@redhat.com>
> ---
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 <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>
signature.asc
Description: PGP signature
- Re: [PATCH v3 06/15] python: add pylint import exceptions, (continued)
- [PATCH v3 07/15] python: move pylintrc into setup.cfg, John Snow, 2020/10/20
- [PATCH v3 11/15] python: move mypy.ini into setup.cfg, John Snow, 2020/10/20
- [PATCH v3 09/15] python: move flake8 config to setup.cfg, John Snow, 2020/10/20
- [PATCH v3 12/15] python: add mypy to pipenv, John Snow, 2020/10/20
- [PATCH v3 08/15] python: add pylint to pipenv, John Snow, 2020/10/20
- Re: [PATCH v3 08/15] python: add pylint to pipenv,
Cleber Rosa <=
- [PATCH v3 10/15] python: Add flake8 to pipenv, John Snow, 2020/10/20
- [PATCH v3 13/15] python: move .isort.cfg into setup.cfg, John Snow, 2020/10/20
- [PATCH v3 14/15] python/qemu: add isort to pipenv, John Snow, 2020/10/20
- [PATCH v3 15/15] python/qemu: add qemu package itself to pipenv, John Snow, 2020/10/20