Fixed mypy config.

This commit is contained in:
Martin Mahner 2020-06-03 16:51:20 +02:00
parent e5a267ffbf
commit 09ad7d2871
2 changed files with 11 additions and 0 deletions

BIN
monkeytype.sqlite3 Normal file

Binary file not shown.

11
mypy.ini Normal file
View file

@ -0,0 +1,11 @@
[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