django-model-utils/mypy.ini
2024-06-13 12:02:05 +02:00

18 lines
361 B
INI

[mypy]
disallow_incomplete_defs=True
disallow_untyped_defs=True
implicit_reexport=False
pretty=True
show_error_codes=True
strict_equality=True
warn_redundant_casts=True
warn_unreachable=True
warn_unused_ignores=True
mypy_path = $MYPY_CONFIG_FILE_DIR
plugins =
mypy_django_plugin.main
[mypy.plugins.django-stubs]
django_settings_module = "tests.settings"