8 lines
No EOL
145 B
INI
8 lines
No EOL
145 B
INI
[mypy]
|
|
plugins = mypy_django_plugin.main
|
|
|
|
[mypy_django_plugin]
|
|
ignore_missing_model_attributes = True
|
|
|
|
[mypy-*.migrations.*]
|
|
ignore_errors = True |