diff --git a/pyproject.toml b/pyproject.toml index 00b350b..289baf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,3 +21,6 @@ dev = [ [tool.pytest.ini_options] pythonpath = ["."] + +[tool.mypy] +ignore_missing_imports = true