[code-quality] Re: Flake8: how to compose project and personal configurations?

2022-01-13 Thread Ian Stapleton Cordasco
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

[code-quality] Re: Flake8: how to compose project and personal configurations?

2022-01-13 Thread Xavier Morel via code-quality
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

[code-quality] Re: Flake8: how to compose project and personal configurations?

2022-01-13 Thread Ian Stapleton Cordasco
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