0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/mypy.ini

18 lines
325 B
INI
Raw Normal View History

2020-01-24 20:00:25 +01:00
[mypy]
plugins =
mypy_django_plugin.main,
mypy_drf_plugin.main
strict_optional = True
[mypy.plugins.django-stubs]
django_settings_module = posthog.settings
[mypy-dj_database_url]
2020-04-06 11:07:02 +02:00
ignore_missing_imports = True
[mypy-social_django.models]
2020-04-07 13:50:41 +02:00
ignore_missing_imports = True
[mypy-celery.*]
ignore_missing_imports = True