1
0
Fork 0
mirror of synced 2024-06-29 19:41:05 +12:00
ArchiveBox/archivebox/legacy/mypy_django.ini

11 lines
433 B
INI

[mypy_django_plugin]
# specify settings module to use for django.conf.settings, this setting
# could also be specified with DJANGO_SETTINGS_MODULE environment variable
# (it also takes priority over config file)
django_settings = core.settings
# if True, all unknown settings in django.conf.settings will fallback to Any,
# specify it if your settings are loaded dynamically to avoid false positives
ignore_missing_settings = True