Re: [PATCH 1/3] python: add mypy config

2020-10-13 Thread John Snow
On 10/13/20 5:15 AM, Bin Meng wrote: On Sat, Oct 10, 2020 at 1:54 AM John Snow wrote: Formalize the options used for checking the python library. You can run mypy from the directory that mypy.ini is in by typing `mypy qemu/`. Signed-off-by: John Snow --- python/mypy.ini | 4 1 file c

Re: [PATCH 1/3] python: add mypy config

2020-10-13 Thread Bin Meng
On Sat, Oct 10, 2020 at 1:54 AM John Snow wrote: > > Formalize the options used for checking the python library. You can run > mypy from the directory that mypy.ini is in by typing `mypy qemu/`. > > Signed-off-by: John Snow > --- > python/mypy.ini | 4 > 1 file changed, 4 insertions(+) > c

[PATCH 1/3] python: add mypy config

2020-10-09 Thread John Snow
Formalize the options used for checking the python library. You can run mypy from the directory that mypy.ini is in by typing `mypy qemu/`. Signed-off-by: John Snow --- python/mypy.ini | 4 1 file changed, 4 insertions(+) create mode 100644 python/mypy.ini diff --git a/python/mypy.ini b/p