Model/pyproject.toml
Khalim Conn-Kowlessar eb42cb88a1 slice 14a: ml_training_data pkg + sample.py (CSV filter + random sample)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 17:39:43 +00:00

14 lines
398 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",
"services/ml_training_data",
]