[CI/Build] Apply ruff formatter to pass pre-commit#40078
Merged
jikunshang merged 1 commit intovllm-project:mainfrom Apr 17, 2026
Merged
[CI/Build] Apply ruff formatter to pass pre-commit#40078jikunshang merged 1 commit intovllm-project:mainfrom
jikunshang merged 1 commit intovllm-project:mainfrom
Conversation
Signed-off-by: Hemmi Shinichi <shemmi@preferred.jp>
Contributor
There was a problem hiding this comment.
Code Review
This pull request performs minor code cleanup in the test_vllm_fusion_pattern_matcher_pass.py file, including reordering imports, removing redundant blank lines, and fixing a PEP 8 spacing issue in a variable assignment. I have no feedback to provide.
Member
Contributor
|
Hi @Alnusjaponica, the pre-commit checks have failed. Please run: uv pip install pre-commit>=4.5.1
pre-commit install
pre-commit run --all-filesThen, commit the changes and push to your branch. For future commits, Tip Is
|
ProExpertProg
approved these changes
Apr 16, 2026
Collaborator
ProExpertProg
left a comment
There was a problem hiding this comment.
Huh, not sure how this got through, thx for fixing!
5 tasks
bnellnm
pushed a commit
to neuralmagic/vllm
that referenced
this pull request
Apr 20, 2026
Signed-off-by: Hemmi Shinichi <shemmi@preferred.jp>
baonudesifeizhai
pushed a commit
to baonudesifeizhai/vllm
that referenced
this pull request
Apr 23, 2026
Signed-off-by: Hemmi Shinichi <shemmi@preferred.jp>
whk-lab
pushed a commit
to whk-lab/vllm
that referenced
this pull request
Apr 23, 2026
Signed-off-by: Hemmi Shinichi <shemmi@preferred.jp>
avinashsingh77
pushed a commit
to avinashsingh77/vllm
that referenced
this pull request
Apr 27, 2026
Signed-off-by: Hemmi Shinichi <shemmi@preferred.jp> Signed-off-by: Avinash Singh <avinashsingh.rcoem@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Fix the pre-commit CI pipeline on the
mainbranch.The pre-commit CI has been failing since commit 29057d3, which is currently blocking new PRs from being auto-merged. This PR resolves those issues.
Test Plan
pre-commit run --all-fileslocally.Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.