0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
posthog/mypy.ini
Tim Glaser 5336c93658 Add posthog analytics module
- Make sure each user has a distinct id that we can pass
2020-02-10 13:18:01 -08:00

11 lines
218 B
INI

[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]
ignore_missing_imports = True