diff --git a/tox.ini b/tox.ini index f95361025..5b87ac41b 100644 --- a/tox.ini +++ b/tox.ini @@ -55,3 +55,6 @@ exclude = .git, .tox, __pycache__, dist [isort] profile=black + +[mypy] +ignore_missing_imports = True