mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
12 lines
198 B
INI
12 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
|