Open kevinsimper opened 3 days ago
How does UV find root? What is the defining rule where UV stops looking?
https://docs.astral.sh/uv/concepts/projects/workspaces/#workspace-sources
turbo does it by defining it extends
https://turbo.build/repo/docs/reference/package-configurations
The root is the nearest parent directory containing a pyproject.toml.
pyproject.toml
How does UV find root? What is the defining rule where UV stops looking?
https://docs.astral.sh/uv/concepts/projects/workspaces/#workspace-sources
turbo does it by defining it extends
https://turbo.build/repo/docs/reference/package-configurations