diff --git a/pyproject.toml b/pyproject.toml index b5b07e6..945a595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,3 +44,6 @@ nbconvert = "^7.16.4" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.mypy] +ignore_missing_imports = true