diff --git a/pyproject.toml b/pyproject.toml index 47274b2..ecd5305 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ known-first-party = ["luxos"] [tool.mypy] disallow_untyped_defs = false follow_imports = "normal" -ignore_missing_imports = false +ignore_missing_imports = true pretty = true show_column_numbers = true show_error_codes = true