mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
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>
This commit is contained in:
parent
205d7219f3
commit
0d52c19a59
2 changed files with 1 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh -e
|
||||
python3 -m flake8
|
||||
python3 -m flake8 qemu/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue