2020-01-24 20:00:25 +01:00
|
|
|
[mypy]
|
|
|
|
plugins =
|
|
|
|
mypy_django_plugin.main,
|
|
|
|
mypy_drf_plugin.main
|
|
|
|
strict_optional = True
|
2020-04-14 12:05:45 +02:00
|
|
|
no_implicit_optional = True
|
|
|
|
warn_unused_ignores = True
|
|
|
|
check_untyped_defs = True
|
|
|
|
warn_unreachable = True
|
|
|
|
strict_equality = True
|
2020-01-24 20:00:25 +01:00
|
|
|
|
2020-04-17 16:38:17 +02:00
|
|
|
[mypy-posthog.tasks.*]
|
|
|
|
disallow_untyped_defs = True
|
|
|
|
check_untyped_defs = True
|
|
|
|
|
2020-01-24 20:00:25 +01:00
|
|
|
[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
|
2020-04-14 12:05:45 +02:00
|
|
|
|
|
|
|
[mypy-social_django.strategy]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-social_core.utils]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-posthoganalytics]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-pandas]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-numpy]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-freezegun]
|
|
|
|
ignore_missing_imports = True
|
2020-05-18 19:15:31 +02:00
|
|
|
|
|
|
|
[mypy-debug_toolbar]
|
2020-06-12 10:03:32 +02:00
|
|
|
ignore_missing_imports = True
|