mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 21:40:11 -05:00
While reviewing https://github.com/astral-sh/uv/pull/14107, @oconnor663 pointed out a bug where we allow `uv python pin --rm` to delete the global pin without the `--global` flag. I think that shouldn't be allowed? I'm not 100% certain though.