removes tests from pyright includes, updates poetry.lock

This commit is contained in:
Mose Müller
2023-11-03 09:54:46 +01:00
parent fccd5a7c36
commit b08a976d2a
2 changed files with 96 additions and 123 deletions

View File

@ -49,8 +49,8 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
include = ["src/pydase", "tests"]
exclude = ["**/node_modules", "**/__pycache__", "docs", "frontend"]
include = ["src/pydase"]
exclude = ["**/node_modules", "**/__pycache__", "docs", "frontend", "tests"]
venvPath = "."
venv = ".venv"
typeCheckingMode = "basic"