Re: [PATCH v6 13/25] python: add excluded dirs to flake8 config

2021-05-25 Thread John Snow
On 5/25/21 11:50 AM, Cleber Rosa wrote: On Wed, May 12, 2021 at 07:12:29PM -0400, John Snow wrote: Instruct flake8 to avoid certain well-known directories created by python tooling that it ought not check. Note that at-present, nothing actually creates a ".venv" directory; but it is in such

Re: [PATCH v6 13/25] python: add excluded dirs to flake8 config

2021-05-25 Thread Cleber Rosa
On Wed, May 12, 2021 at 07:12:29PM -0400, John Snow wrote: > Instruct flake8 to avoid certain well-known directories created by > python tooling that it ought not check. > > Note that at-present, nothing actually creates a ".venv" directory; but > it is in such widespread usage as a de-facto

[PATCH v6 13/25] python: add excluded dirs to flake8 config

2021-05-12 Thread John Snow
Instruct flake8 to avoid certain well-known directories created by python tooling that it ought not check. Note that at-present, nothing actually creates a ".venv" directory; but it is in such widespread usage as a de-facto location for a developer's virtual environment that it should be excluded