Changeset View
Changeset View
Standalone View
Standalone View
mypy.ini
| Show All 11 Lines | |||||
| disallow_untyped_decorators = True | disallow_untyped_decorators = True | ||||
| no_implicit_optional = True | no_implicit_optional = True | ||||
| warn_redundant_casts = True | warn_redundant_casts = True | ||||
| warn_unused_ignores = true | warn_unused_ignores = true | ||||
| warn_return_any = True | warn_return_any = True | ||||
| no_implicit_reexport = True | no_implicit_reexport = True | ||||
| [mypy.plugins.django-stubs] | [mypy.plugins.django-stubs] | ||||
| django_settings_module = tests.settings | django_settings_module = looper_example_project.settings | ||||