diff --git a/mypy.ini b/mypy.ini index 6a757652a..6fb9f9ed3 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,3 +1,4 @@ [mypy] mypy_path = ./stubs show_traceback = True +ignore_missing_imports = True