Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(manager/uv): support uv.toml configuration #31189

Closed

Conversation

mkniewallner
Copy link
Contributor

@mkniewallner mkniewallner commented Sep 3, 2024

Note

Keeping the PR as a draft for now, because it requires some changes in the end (astral-sh/uv#7007), and it's based on the changes made in #31186.

Changes

Additionally to reading uv configuration from [tool.uv] in pyproject.toml, support reading configuration from uv.toml, which supports a subset of the options available in pyproject.toml.

Context

Closes #31188.

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

@mkniewallner
Copy link
Contributor Author

For now there is no need for this in the end, as none of the uv settings currently supported by Renovate can be set to uv.toml, additionally to pyproject.toml (https://docs.astral.sh/uv/reference/settings/). There might come a time where we implement a setting that could be set in both files, but until then, closing this PR.

@mkniewallner mkniewallner deleted the feat/support-uv-toml branch October 27, 2024 11:04
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant