[mypy] python_version = 3.10 ignore_missing_imports = True warn_redundant_casts = True warn_unused_ignores = True warn_return_any = False strict_optional = False pretty = True files = src, tests, examples exclude = (^build/|^examples/.*/build/) disallow_untyped_defs = True disallow_incomplete_defs = True [mypy-pythonnative.*] implicit_reexport = True disable_error_code = attr-defined,no-redef [mypy-pythonnative.native_views] disable_error_code = misc [mypy-pythonnative.native_views.*] disable_error_code = misc