| [mypy] | |
| disallow_any_generics = True | |
| disallow_incomplete_defs = True | |
| disallow_subclassing_any = True | |
| disallow_untyped_decorators = True | |
| implicit_reexport = False | |
| namespace_packages = True | |
| no_implicit_optional = True | |
| scripts_are_modules = True | |
| warn_redundant_casts = True | |
| warn_unused_configs = True | |
| warn_unused_ignores = False |