[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 17/24] python/qemu: add isort to pipenv
From: |
Cleber Rosa |
Subject: |
Re: [PATCH v4 17/24] python/qemu: add isort to pipenv |
Date: |
Tue, 16 Feb 2021 23:45:10 -0500 |
On Thu, Feb 11, 2021 at 01:58:49PM -0500, John Snow wrote:
> isort 5.0.0 through 5.0.4 has a bug that causes it to misinterpret
> certain "from ..." clauses that are not related to imports.
>
> Require 5.0.5 or greater.
>
> isort can be run with 'isort -c qemu' from the python root.
>
> Signed-off-by: John Snow <jsnow@redhat.com>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> python/Pipfile | 1 +
> python/Pipfile.lock | 4 ++--
> 2 files changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>
signature.asc
Description: PGP signature
- [PATCH v4 05/24] python: add qemu package installer, (continued)
- [PATCH v4 05/24] python: add qemu package installer, John Snow, 2021/02/11
- [PATCH v4 08/24] python: Add pipenv support, John Snow, 2021/02/11
- [PATCH v4 06/24] python: add VERSION file, John Snow, 2021/02/11
- [PATCH v4 17/24] python/qemu: add isort to pipenv, John Snow, 2021/02/11
- Re: [PATCH v4 17/24] python/qemu: add isort to pipenv,
Cleber Rosa <=
- [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
- [PATCH v4 07/24] python: add directory structure README.rst files, John Snow, 2021/02/11