New blog post: Managing Editable Dependencies in uv 📝
If you're developing multiple Python packages that depend on each other, this might help!
Shows how to:
- Keep editable installs working with uv sync
- Avoid committing local paths to git
- Automate the workflow with pre-commit

