[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 12/24] python: move flake8 config to setup.cfg
From: |
Cleber Rosa |
Subject: |
Re: [PATCH v4 12/24] python: move flake8 config to setup.cfg |
Date: |
Tue, 16 Feb 2021 23:17:43 -0500 |
On Thu, Feb 11, 2021 at 01:58:44PM -0500, John Snow wrote:
> Update the comment concerning the flake8 exception to match commit
> 42c0dd12, whose commit message stated:
>
> A note on the flake8 exception: flake8 will warn on *any* bare except,
> but pylint's is context-aware and will suppress the warning if you
> re-raise the exception.
>
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
> python/qemu/machine/.flake8 | 2 --
> python/setup.cfg | 3 +++
> 2 files changed, 3 insertions(+), 2 deletions(-)
> delete mode 100644 python/qemu/machine/.flake8
>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
signature.asc
Description: PGP signature
- Re: [PATCH v4 09/24] python: add pylint import exceptions, (continued)
- [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
- [PATCH v4 12/24] python: move flake8 config to setup.cfg, John Snow, 2021/02/11
- Re: [PATCH v4 12/24] python: move flake8 config to setup.cfg,
Cleber Rosa <=
- [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
- [PATCH v4 23/24] python: add .gitignore, John Snow, 2021/02/11
- [PATCH v4 22/24] python: add Makefile for some common tasks, John Snow, 2021/02/11
- [PATCH v4 21/24] python: add excluded dirs to flake8 config, John Snow, 2021/02/11
- [PATCH v4 24/24] gitlab: add python linters to CI, John Snow, 2021/02/11
- [PATCH v4 15/24] python: add mypy to pipenv, John Snow, 2021/02/11