Re: [PATCH v3 10/15] python: only check qemu/ subdir with flake8

2021-06-30 Thread Wainer dos Santos Moschetta
On 6/29/21 6:43 PM, John Snow wrote: flake8 is a little eager to check everything it can. Limit it to checking inside the qemu namespace directory only. Update setup.cfg now that the exclude patterns are no longer necessary. Signed-off-by: John Snow --- python/setup.cfg | 2 -- pytho

Re: [PATCH v3 10/15] python: only check qemu/ subdir with flake8

2021-06-30 Thread Willian Rampazzo
On Tue, Jun 29, 2021 at 6:43 PM John Snow wrote: > > flake8 is a little eager to check everything it can. Limit it to > checking inside the qemu namespace directory only. Update setup.cfg now > that the exclude patterns are no longer necessary. > > Signed-off-by: John Snow > --- > python/setup.c

[PATCH v3 10/15] python: only check qemu/ subdir with flake8

2021-06-29 Thread John Snow
flake8 is a little eager to check everything it can. Limit it to checking inside the qemu namespace directory only. Update setup.cfg now that the exclude patterns are no longer necessary. Signed-off-by: John Snow --- python/setup.cfg | 2 -- python/tests/flake8.sh | 2 +- 2 files changed,