mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
14 lines
398 B
TOML
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",
|
|
]
|