mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 20:24:31 +08:00
13 lines
244 B
INI
13 lines
244 B
INI
[mypy]
|
|
strict_optional = True
|
|
ignore_missing_imports = True
|
|
check_untyped_defs = True
|
|
warn_no_return = False
|
|
show_traceback = True
|
|
warn_redundant_casts = True
|
|
allow_redefinition = True
|
|
incremental = False
|
|
|
|
plugins =
|
|
mypy_django_plugin.main
|