fix: explicitly add tool.uv.managed = true to pyproject.toml files#1003
Conversation
Signed-off-by: Will Killian <wkillian@nvidia.com>
WalkthroughAdded the configuration flag managed = true under [tool.uv] across multiple package pyproject.toml files and in the repository root pyproject.toml, preserving existing config-settings = { editable_mode = "compat" }. In two files (root and nvidia_nat_llama_index), the addition appears under multiple [tool.uv] sections. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (22)
🧰 Additional context used📓 Path-based instructions (4)packages/*/pyproject.toml📄 CodeRabbit inference engine (.cursor/rules/general.mdc)
Files:
{packages/*/pyproject.toml,uv.lock}📄 CodeRabbit inference engine (.cursor/rules/general.mdc)
Files:
**/*⚙️ CodeRabbit configuration file
Files:
packages/**/*⚙️ CodeRabbit configuration file
Files:
🧠 Learnings (1)📚 Learning: 2025-09-23T18:39:15.023ZApplied to files:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/merge |
Description
Help BlackDuck discover the project as a uv-managed project.
This is a no-op as
uv's default oftool.uv.managedis already true.Closes
By Submitting this PR I confirm:
Summary by CodeRabbit