diff --git a/monkeytype.sqlite3 b/monkeytype.sqlite3 new file mode 100644 index 0000000..0fd1944 Binary files /dev/null and b/monkeytype.sqlite3 differ diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..41eede1 --- /dev/null +++ b/mypy.ini @@ -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