Files
django-stubs/scripts/mypy.ini
2019-01-05 19:32:51 +03:00

11 lines
199 B
INI

[mypy]
strict_optional = False
ignore_missing_imports = True
check_untyped_defs = True
warn_no_return = False
show_traceback = True
warn_redundant_casts = True
plugins =
mypy_django_plugin.main