Closed teroyks closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.85%. Comparing base (
8c09e3e
) to head (e5e3c24
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Not sure if we really want to add the virtual environment requirement. Personally, I think it would be a good thing to have, but YMMV so up for comments!
Install and update dependencies with
uv
, fall back to regularpip
. Both work if virtual environment was created withvenv
orvirtualenv
.Add requirement for an active virtual environment before installing packages to prevent accidentally updating a global Python installation.