mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-04 03:30:16 -04:00
9 lines
198 B
INI
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 |