[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 09/15] python: move flake8 config to setup.cfg
From: |
Cleber Rosa |
Subject: |
Re: [PATCH v3 09/15] python: move flake8 config to setup.cfg |
Date: |
Wed, 28 Oct 2020 18:40:46 -0400 |
On Tue, Oct 20, 2020 at 03:35:49PM -0400, 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>
> ---
Reviewed-by: Cleber Rosa <crosa@redhat.com>
signature.asc
Description: PGP signature
- [PATCH v3 05/15] python: Add pipenv support, (continued)
- [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
- [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
- Re: [PATCH v3 09/15] python: move flake8 config to setup.cfg,
Cleber Rosa <=
- [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
- [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