[tool.pyright] # uv workspace root. # Each workspace member has its own pyproject.toml under packages// or services//. # Run `uv sync` at the root to install everything; `uv sync --package ` for one. [tool.uv.workspace] members = [ "packages/domain", "packages/repos", "packages/fetchers", "packages/utils", "services/ara", "services/ml_training_data", ]