diff --git a/pyproject.toml b/pyproject.toml index 5a83805..d055351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,3 +28,6 @@ ignore = [ "PLR0915", # too-many-statements "PLW0603", # global-statement ] + +[tool.mypy] +ignore_missing_imports = true \ No newline at end of file