Skip to content

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.9#348

Open
konflux-internal-p02[bot] wants to merge 1 commit intorhoai-3.4-ea.2from
konflux/mintmaker/rhoai-3.4-ea.2/astral-sh-ruff-pre-commit-0.x
Open

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.9#348
konflux-internal-p02[bot] wants to merge 1 commit intorhoai-3.4-ea.2from
konflux/mintmaker/rhoai-3.4-ea.2/astral-sh-ruff-pre-commit-0.x

Conversation

@konflux-internal-p02
Copy link
Copy Markdown

@konflux-internal-p02 konflux-internal-p02 bot commented Feb 27, 2026

This PR contains the following updates:

Package Type Update Change
astral-sh/ruff-pre-commit repository minor v0.14.0v0.15.9

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/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.15.9

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.9

v0.15.8

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.8

v0.15.7

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.7

v0.15.6

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.6

v0.15.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.5

v0.15.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.4

v0.15.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.3

v0.15.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.2

v0.15.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.1

v0.15.0

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.0

v0.14.14

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.14

v0.14.13

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.13

v0.14.12

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.12

v0.14.11

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.11

v0.14.10

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.10

v0.14.9

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.9

v0.14.8

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.8

v0.14.7

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.7

v0.14.6

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.6

v0.14.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.5

v0.14.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.4

v0.14.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.3

v0.14.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.2

v0.14.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

R3hankhan123 pushed a commit to R3hankhan123/vllm-cpu that referenced this pull request Mar 4, 2026
- [Misc] Implement `TokenizerLike.convert_tokens_to_ids`
(vllm-project/vllm#31796)
  [INFERENG-4151](https://issues.redhat.com/browse/INFERENG-4151)
- [Bug] Revert torch warning fix (vllm-project/vllm#31585)
  [INFERENG-4152](https://issues.redhat.com/browse/INFERENG-4152)
- [Bug] Fix AttributeError: `ColumnParallelLinear` object has no
attribute `weight_scale_inv` (vllm-project/vllm#30823)
  [INFERENG-4153](https://issues.redhat.com/browse/INFERENG-4153)
- Avoid `opencv-python-headless==4.13.0.90`, it's broken. See
opencv/opencv-python#1183
- [Bugfix] Handle mistral tokenizer in get_hf_processor
(vllm-project/vllm#31817)
  [INFERENG-4151](https://issues.redhat.com/browse/INFERENG-4151)
- [Bugfix] Fix Whisper/encoder-decoder GPU memory leak
vllm-project/vllm#32789
- [Model] Handle `trust_remote_code` for transformers backend
(vllm-project/vllm#32194) (fixes
GHSA-2pc9-4j83-qjmr)
- [Bugfix] CUDA: fix segfault by bumping numba to `numba==0.63.1`
([AIPCC-9384](https://issues.redhat.com/browse/AIPCC-9384))
- [Bugfix] pin `mistral_common==1.8.5` to avoid crash with Voxtral
([INFERENG-4154](https://issues.redhat.com/browse/INFERENG-4154))
- [Bugfix] fix tokenizer loading for mistral models
(vllm-project/vllm#33175)
  [INFERENG-4151](https://issues.redhat.com/browse/INFERENG-4151)
@konflux-internal-p02 konflux-internal-p02 bot force-pushed the konflux/mintmaker/rhoai-3.4-ea.2/astral-sh-ruff-pre-commit-0.x branch from 082b6df to 87542bb Compare March 5, 2026 21:45
@konflux-internal-p02 konflux-internal-p02 bot changed the title chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.4 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.5 Mar 5, 2026
@konflux-internal-p02 konflux-internal-p02 bot force-pushed the konflux/mintmaker/rhoai-3.4-ea.2/astral-sh-ruff-pre-commit-0.x branch from 87542bb to 6ef9a4b Compare March 13, 2026 01:44
@konflux-internal-p02 konflux-internal-p02 bot changed the title chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.5 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.6 Mar 13, 2026
@konflux-internal-p02 konflux-internal-p02 bot force-pushed the konflux/mintmaker/rhoai-3.4-ea.2/astral-sh-ruff-pre-commit-0.x branch 2 times, most recently from 9985195 to ab21c5c Compare March 20, 2026 03:24
@konflux-internal-p02 konflux-internal-p02 bot changed the title chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.6 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.7 Mar 20, 2026
@konflux-internal-p02 konflux-internal-p02 bot force-pushed the konflux/mintmaker/rhoai-3.4-ea.2/astral-sh-ruff-pre-commit-0.x branch from ab21c5c to 3f9284f Compare March 26, 2026 21:25
@konflux-internal-p02 konflux-internal-p02 bot changed the title chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.7 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.8 Mar 26, 2026
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
@konflux-internal-p02 konflux-internal-p02 bot force-pushed the konflux/mintmaker/rhoai-3.4-ea.2/astral-sh-ruff-pre-commit-0.x branch from 3f9284f to 40c0dd2 Compare April 3, 2026 01:38
@konflux-internal-p02 konflux-internal-p02 bot changed the title chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.8 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.9 Apr 3, 2026
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