| 1 | [mypy] |
| 2 | disallow_any_generics = True |
| 3 | disallow_incomplete_defs = True |
| 4 | disallow_subclassing_any = True |
| 5 | disallow_untyped_decorators = True |
| 6 | implicit_reexport = False |
| 7 | namespace_packages = True |
| 8 | no_implicit_optional = True |
| 9 | scripts_are_modules = True |
| 10 | warn_redundant_casts = True |
| 11 | warn_unused_configs = True |
| 12 | warn_unused_ignores = False |