1[mypy] 2strict = True 3disallow_untyped_calls = False 4python_version = 3.6 5 6[mypy-qapi.error] 7disallow_untyped_defs = False 8disallow_incomplete_defs = False 9check_untyped_defs = False 10 11[mypy-qapi.expr] 12disallow_untyped_defs = False 13disallow_incomplete_defs = False 14check_untyped_defs = False 15 16[mypy-qapi.introspect] 17disallow_untyped_defs = False 18disallow_incomplete_defs = False 19check_untyped_defs = False 20 21[mypy-qapi.parser] 22disallow_untyped_defs = False 23disallow_incomplete_defs = False 24check_untyped_defs = False 25 26[mypy-qapi.schema] 27disallow_untyped_defs = False 28disallow_incomplete_defs = False 29check_untyped_defs = False 30