[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 06/15] python: add pylint import exceptions
From: |
Cleber Rosa |
Subject: |
Re: [PATCH v3 06/15] python: add pylint import exceptions |
Date: |
Wed, 28 Oct 2020 18:24:58 -0400 |
On Tue, Oct 20, 2020 at 03:35:46PM -0400, John Snow wrote:
> Pylint 2.5.x and 2.6.x have regressions that make import checking
> inconsistent, see:
>
> https: //github.com/PyCQA/pylint/issues/3609
> https: //github.com/PyCQA/pylint/issues/3624
> https: //github.com/PyCQA/pylint/issues/3651
>
Are these whitespaces on purpose?
> Pinning to 2.4.4 is worse, because it mandates versions of shared
> dependencies that are too old for features we want in isort and mypy.
> Oh well.
>
> Signed-off-by: John Snow <jsnow@redhat.com>
Other than that,
Reviewed-by: Cleber Rosa <crosa@redhat.com>
signature.asc
Description: PGP signature
- Re: [PATCH v3 01/15] python: create qemu packages, (continued)
- [PATCH v3 03/15] python: add VERSION file, John Snow, 2020/10/20
- [PATCH v3 04/15] python: add directory structure README.rst files, John Snow, 2020/10/20
- [PATCH v3 05/15] python: Add pipenv support, John Snow, 2020/10/20
- [PATCH v3 06/15] python: add pylint import exceptions, John Snow, 2020/10/20
- Re: [PATCH v3 06/15] python: add pylint import exceptions,
Cleber Rosa <=
- [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