mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 14:30:14 -05:00
Preparing for #235, some refactoring to `puffin_interpreter`. * Added a dedicated error type instead of anyhow * `InterpreterInfo` -> `Interpreter` * `detect_virtual_env` now returns an option so it can be chained for #235