diff --git a/pyproject.toml b/pyproject.toml index fa1f7ff5..c539a643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,8 +109,7 @@ known-first-party = ["fireflyframework_genai"] [tool.pyright] pythonVersion = "3.13" typeCheckingMode = "standard" -venvPath = "." -venv = ".venv" +include = ["src"] exclude = ["tests/**", "examples/**"] [tool.pytest.ini_options]