From 433f36b3fd0e91fccde0f28c65bae4a51eee4255 Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Thu, 22 Jun 2023 09:16:54 +0200 Subject: [PATCH] disable missing import error Signed-off-by: Ivan Schaller --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"