mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
13 lines
238 B
INI
13 lines
238 B
INI
|
[mypy]
|
||
|
plugins =
|
||
|
mypy_django_plugin.main,
|
||
|
mypy_drf_plugin.main
|
||
|
strict_optional = True
|
||
|
|
||
|
# This one is new:
|
||
|
[mypy.plugins.django-stubs]
|
||
|
django_settings_module = posthog.settings
|
||
|
|
||
|
[mypy-dj_database_url]
|
||
|
ignore_missing_imports = True
|