Re: [PATCH v3 10/15] python: Add flake8 to pipenv

2020-10-28 Thread Cleber Rosa
On Tue, Oct 20, 2020 at 03:35:50PM -0400, John Snow wrote: > flake8 3.5.x does not support the --extend-ignore syntax used in the > .flake8 file to gracefully extend default ignores, so 3.6.x is our > minimum requirement. There is no known upper bound. > > flake8 can be run from the python/

[PATCH v3 10/15] python: Add flake8 to pipenv

2020-10-20 Thread John Snow
flake8 3.5.x does not support the --extend-ignore syntax used in the .flake8 file to gracefully extend default ignores, so 3.6.x is our minimum requirement. There is no known upper bound. flake8 can be run from the python/ directory with no arguments. Signed-off-by: John Snow ---