[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 10/24] python: move pylintrc into setup.cfg
From: |
Cleber Rosa |
Subject: |
Re: [PATCH v4 10/24] python: move pylintrc into setup.cfg |
Date: |
Tue, 16 Feb 2021 22:09:22 -0500 |
On Thu, Feb 11, 2021 at 01:58:42PM -0500, John Snow wrote:
> Delete the empty settings now that it's sharing a home with settings for
> other tools.
>
> pylint can now be run from this folder as "pylint qemu".
>
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
> python/qemu/machine/pylintrc | 58 ------------------------------------
> python/setup.cfg | 29 ++++++++++++++++++
> 2 files changed, 29 insertions(+), 58 deletions(-)
> delete mode 100644 python/qemu/machine/pylintrc
>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>
signature.asc
Description: PGP signature
- Re: [PATCH v4 08/24] python: Add pipenv support, (continued)
- [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
- [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
- Re: [PATCH v4 10/24] python: move pylintrc into setup.cfg,
Cleber Rosa <=
- [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
- [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