From b80a3ec6a1b98818cb98834294dcd4af51a84014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Wed, 29 Nov 2023 15:50:36 +0100 Subject: [PATCH] updates pyright and mypy config --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5648218..d6d7215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,6 @@ max-complexity = 7 [tool.pyright] include = ["src/pydase"] -exclude = ["**/node_modules", "**/__pycache__", "docs", "frontend", "tests"] typeCheckingMode = "basic" reportUnknownMemberType = true reportUnknownParameterType = true @@ -104,7 +103,6 @@ exclude = ''' profile = "black" [tool.mypy] -mypy_path = "src/" show_error_codes = true disallow_untyped_defs = true disallow_untyped_calls = true