pcie: factor out pcie_cap_slot_unplug()
[qemu/kevin.git] / scripts / qapi / mypy.ini
blob66253564297497c2c13ff491affbad462b28254b
1 [mypy]
2 strict = True
3 disallow_untyped_calls = False
4 python_version = 3.6
6 [mypy-qapi.schema]
7 disallow_untyped_defs = False
8 disallow_incomplete_defs = False
9 check_untyped_defs = False