mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 20:54:29 +08:00
14 lines
292 B
INI
14 lines
292 B
INI
[mypy]
|
|
strict_optional = True
|
|
ignore_missing_imports = True
|
|
check_untyped_defs = True
|
|
warn_no_return = False
|
|
show_traceback = True
|
|
allow_redefinition = True
|
|
incremental = True
|
|
|
|
plugins =
|
|
mypy_django_plugin.main
|
|
|
|
[mypy.plugins.django-stubs]
|
|
django_settings_module = 'django_tests_settings' |