Model/pyproject.toml
2026-05-15 10:56:53 +00:00

13 lines
365 B
TOML

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