diff --git a/mypy.ini b/mypy.ini index 6fd0e6a..9adf49a 100644 --- a/mypy.ini +++ b/mypy.ini @@ -2,3 +2,4 @@ disallow_untyped_defs = True disallow_incomplete_defs = True no_implicit_optional = True +ignore_missing_imports = True