test(api): ignore mypy missing imports

This commit is contained in:
jo 2022-07-01 15:20:25 +02:00 committed by Kyle Robbertze
parent 81e1de4fbd
commit 7c613d9176
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ plugins = [
"mypy_django_plugin.main",
"mypy_drf_plugin.main",
]
ignore_missing_imports = true
[tool.django-stubs]
django_settings_module = "libretime_api.settings.testing"