xref: /openbmc/qemu/scripts/qapi/mypy.ini (revision 73944a4bf4ab259b489af8128b4aec525484d642)
1[mypy]
2strict = True
3disallow_untyped_calls = False
4python_version = 3.6
5
6[mypy-qapi.schema]
7disallow_untyped_defs = False
8disallow_incomplete_defs = False
9check_untyped_defs = False
10