mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
11 lines
198 B
INI
11 lines
198 B
INI
[mypy]
|
|
plugins =
|
|
mypy_django_plugin.main
|
|
|
|
ignore_missing_imports = True
|
|
|
|
[mypy.plugins.django-stubs]
|
|
django_settings_module = "dpaste.settings.local"
|
|
|
|
[mypy-*.migrations.*]
|
|
ignore_errors = True
|