tjdests/mypy.ini
2021-04-19 21:30:14 -04:00

9 lines
198 B
INI

[mypy]
ignore_missing_imports = True
plugins = mypy_django_plugin.main
[mypy.plugins.django-stubs]
django_settings_module = tjdests.settings
[mypy-tjdests.apps.*.migrations.*]
ignore_errors = True