OSDN Git Service

ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE core
[qmiga/qemu.git] / scripts / qapi / mypy.ini
1 [mypy]
2 strict = True
3 disallow_untyped_calls = False
4 python_version = 3.8
5
6 [mypy-qapi.schema]
7 disallow_untyped_defs = False
8 disallow_incomplete_defs = False
9 check_untyped_defs = False