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
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
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