updates pyright and mypy config

This commit is contained in:
Mose Müller 2023-11-29 15:50:36 +01:00
parent f3853ef836
commit b80a3ec6a1

View File

@ -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