python: only check qemu/ subdir with flake8
commit0d52c19a599a45c800fb58f3ad359f6472a18e3f
authorJohn Snow <jsnow@redhat.com>
Tue, 29 Jun 2021 21:43:18 +0000 (29 17:43 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 1 Jul 2021 01:54:04 +0000 (30 21:54 -0400)
treeb0d50dc1f4a908ca22850aeaf4641bbca580a95f
parent205d7219f3ba9971149b6fa45a155866d9e889db
python: only check qemu/ subdir with flake8

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 <jsnow@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Tested-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Message-id: 20210629214323.1329806-11-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/setup.cfg
python/tests/flake8.sh