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