Skip to content

Update pre-commit hook astral-sh/uv-pre-commit to v0.7.21 #12

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

Open
wants to merge 1 commit into
base: rhoai-2.21
Choose a base branch
from

Conversation

red-hat-konflux[bot]
Copy link

@red-hat-konflux red-hat-konflux bot commented Jun 5, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/uv-pre-commit repository minor 0.6.2 -> 0.7.21

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.7.21

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.21

v0.7.20

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.20

v0.7.19

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.19

v0.7.18

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.18

v0.7.17

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.17

v0.7.16

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.16

v0.7.15

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.15

v0.7.14

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.14

v0.7.13

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.13

v0.7.12

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.12

v0.7.11

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.11

v0.7.10

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.10

v0.7.9

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.9

v0.7.8

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.8

v0.7.7

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.7

v0.7.6

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.6

v0.7.5

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.5

v0.7.4

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.4

v0.7.3

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.3

v0.7.2

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.2

v0.7.1

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.1

v0.7.0

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.0

v0.6.17

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.17

v0.6.16

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.16

v0.6.15

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.15

v0.6.14

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.14

v0.6.13

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.13

v0.6.12

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.12

v0.6.11

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.11

v0.6.10

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.10

v0.6.9

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.9

v0.6.8

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.8

v0.6.7

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.7

v0.6.6

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.6

v0.6.5

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.5

v0.6.4

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.4

v0.6.3

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.3


Configuration

📅 Schedule: Branch creation - "after 5am on thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Copy link

github-actions bot commented Jun 5, 2025

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/rhoai-2.21/astral-sh-uv-pre-commit-0.x branch from a14f634 to a0895f8 Compare June 12, 2025 05:37
@red-hat-konflux red-hat-konflux bot changed the title Update pre-commit hook astral-sh/uv-pre-commit to v0.7.11 Update pre-commit hook astral-sh/uv-pre-commit to v0.7.12 Jun 12, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/rhoai-2.21/astral-sh-uv-pre-commit-0.x branch from a0895f8 to 2b2dd06 Compare June 19, 2025 05:42
@red-hat-konflux red-hat-konflux bot changed the title Update pre-commit hook astral-sh/uv-pre-commit to v0.7.12 Update pre-commit hook astral-sh/uv-pre-commit to v0.7.13 Jun 19, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/rhoai-2.21/astral-sh-uv-pre-commit-0.x branch from 2b2dd06 to a9d3287 Compare June 26, 2025 05:34
@red-hat-konflux red-hat-konflux bot changed the title Update pre-commit hook astral-sh/uv-pre-commit to v0.7.13 Update pre-commit hook astral-sh/uv-pre-commit to v0.7.15 Jun 26, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/rhoai-2.21/astral-sh-uv-pre-commit-0.x branch from a9d3287 to c76a611 Compare July 3, 2025 06:18
@red-hat-konflux red-hat-konflux bot changed the title Update pre-commit hook astral-sh/uv-pre-commit to v0.7.15 Update pre-commit hook astral-sh/uv-pre-commit to v0.7.19 Jul 3, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/rhoai-2.21/astral-sh-uv-pre-commit-0.x branch from c76a611 to b6cc490 Compare July 10, 2025 06:05
@red-hat-konflux red-hat-konflux bot changed the title Update pre-commit hook astral-sh/uv-pre-commit to v0.7.19 Update pre-commit hook astral-sh/uv-pre-commit to v0.7.20 Jul 10, 2025
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/rhoai-2.21/astral-sh-uv-pre-commit-0.x branch from b6cc490 to c433bea Compare July 17, 2025 06:44
@red-hat-konflux red-hat-konflux bot changed the title Update pre-commit hook astral-sh/uv-pre-commit to v0.7.20 Update pre-commit hook astral-sh/uv-pre-commit to v0.7.21 Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants