removes reportUnknownMemberType from pyright config

This commit is contained in:
Mose Müller
2023-11-30 09:20:58 +01:00
parent 1ec034a62e
commit f5d8775141
6 changed files with 8 additions and 9 deletions

View File

@ -93,7 +93,6 @@ max-complexity = 7
[tool.pyright]
include = ["src/pydase"]
typeCheckingMode = "basic"
reportUnknownMemberType = true
reportUnknownParameterType = true