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-08-26 10:34:57 +02:00
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-rest_hooks.*]
|
|
|
|
ignore_missing_imports = True
|
2020-09-01 16:07:43 +02:00
|
|
|
|
2020-10-22 10:58:32 +02:00
|
|
|
[mypy-rest_framework_extensions.*]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
2020-09-01 16:07:43 +02:00
|
|
|
[mypy-django_extensions]
|
2020-09-29 12:56:29 +02:00
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-lxml]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-toronado]
|
2020-10-01 15:47:35 +02:00
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-clickhouse_driver]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-clickhouse_driver.errors]
|
|
|
|
ignore_missing_imports = True
|
2020-10-13 15:44:56 +02:00
|
|
|
|
|
|
|
[mypy-django_filters]
|
2020-10-22 10:58:32 +02:00
|
|
|
ignore_missing_imports = True
|