diff --git a/pyproject.toml b/pyproject.toml index f62a5dd..a62bf5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ reportUnnecessaryTypeIgnoreComment = true reportShadowedImports = true reportUnusedExpression = true reportMatchNotExhaustive = true +reportMissingImports = false # venvPath = "." # venv = "venv"