On Wed, Jan 12, 2022 at 9:33 AM Xavier Morel via code-quality <
[email protected]> wrote:
> Hello,
>
> Sorry for the bother but I had a question about balancing personal and
> project uses of flake8: on a project we're trying to progressively
> introduce flake8 (so enabling a subset of all c
On 1/13/22 2:20 PM, Ian Stapleton Cordasco wrote:
No this means that what you specify on the CLI will override whatever is
in the configuration file. You can specify `--extend-select` on the CLI
as well. Think of it like this:
There's a default list of ignores and select so you have some code
On Thu, Jan 13, 2022 at 8:07 AM Xavier Morel via code-quality <
[email protected]> wrote:
> On 1/13/22 2:20 PM, Ian Stapleton Cordasco wrote:
> > No this means that what you specify on the CLI will override whatever is
> > in the configuration file. You can specify `--extend-select` on the C