mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 14:00:11 -05:00
## Summary We need to decouple the "Is this shell supported by `update-shell`?" logic from the "Does this shell have known configuration files?" logic, specifically for Windows, which we can always update but not via configuration files. Closes https://github.com/astral-sh/uv/issues/11803.