Zanie Blue
Zanie Blue
Cool, thanks for explaining. Just waiting for consensus from more of the team here.
@samypr100 does this need a rebase after the other changes? I might merge this for the release today. Nobody else on the team is expressing opinions...
Haha oops I meant to do that release so I could watch it.. glad it worked! Thank you!
We don't have a commands to modify a persistent configuration file — you can put it in a `uv.toml` or `pyproject.toml` per - https://docs.astral.sh/uv/configuration/files/ - https://docs.astral.sh/uv/reference/settings/#python-preference Thanks for the feedback...
I'm not sure why it's hidden — I copied this from Ruff. I think it might be because it shifts the indent for the rest of the commands _way_ to...
Maybe we can improve the `uvx` to `uv tool` transition in the guide https://github.com/astral-sh/uv/issues/6334#issuecomment-2302439899
(Thanks for the feedback everyone, I'll attempt to address all that) We should talk about defining constraints in the `pyproject.toml` in the project concept per https://github.com/astral-sh/uv/issues/6425
@gusutabopb let me know if #6468 is sufficient! @minusf and @prrao87 I've attempted to address those in: - https://github.com/astral-sh/uv/pull/6474 and - https://github.com/astral-sh/uv/pull/6455
@shunichironomura thanks! I think we need to create a separate "Scripts" concept page because that's way too advanced for the "guide" documentation.
@debnath-d The `.python-version` file can be read by other tools like GitHub Actions to determine which version to install. The version file pins to a single version whereas the `pyproject.toml`...