astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.6k stars 466 forks source link

Use global shims when not rye_managed #1122

Open bayashi-cl opened 4 months ago

bayashi-cl commented 4 months ago

Modify the branch to use Global Shims if pyproject.toml exists and tool.rye.managed=false.

Since this is my first PR using Rust, I welcome any feedback or suggestions. Closes #1121