Re: [PATCH 2/5] python: add excluded dirs to flake8 config

2020-10-28 Thread John Snow
On 10/28/20 4:50 AM, Philippe Mathieu-Daudé wrote: On 10/27/20 11:38 PM, John Snow wrote: Following patches make obvious that we ought to ignore certain directories to avoid wildly erroneous flake8 output. Signed-off-by: John Snow --- python/setup.cfg | 2 ++ 1 file changed, 2 insertions(+)

Re: [PATCH 2/5] python: add excluded dirs to flake8 config

2020-10-28 Thread Philippe Mathieu-Daudé
On 10/27/20 11:38 PM, John Snow wrote: > Following patches make obvious that we ought to ignore certain > directories to avoid wildly erroneous flake8 output. > > Signed-off-by: John Snow > --- > python/setup.cfg | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/python/setup.cfg b/pyth

[PATCH 2/5] python: add excluded dirs to flake8 config

2020-10-27 Thread John Snow
Following patches make obvious that we ought to ignore certain directories to avoid wildly erroneous flake8 output. Signed-off-by: John Snow --- python/setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/setup.cfg b/python/setup.cfg index cb696291ba38..d0ad683b5148 100644 ---