Skip to content

Conversation

@hmellor
Copy link
Member

@hmellor hmellor commented Jan 27, 2025

The linting packages haven't been updated in a while, so I ran pre-commit autoupdate and fixed everything that does not comply with the latest versions of:

  • yapf
  • ruff
  • codespell
  • clang-format
  • pymarkdown

Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM project.
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 do one of these:

  • Add ready label to the PR
  • Enable auto-merge.

🚀

Copy link
Member

@mgoin mgoin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines -141 to +142
int lo = lop3<(0xf0 & 0xcc) | 0xaa>(q, LO, EX);
int hi = lop3<(0xf0 & 0xcc) | 0xaa>(q, HI, EX);
int lo = lop3 < (0xf0 & 0xcc) | 0xaa > (q, LO, EX);
int hi = lop3 < (0xf0 & 0xcc) | 0xaa > (q, HI, EX);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I disagree personally, but will accept it 🤕

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it's as if the new version of clang-format is treating the template as comparison operators for the purpose of formatting 😕

@mgoin mgoin added the ready ONLY add when PR is ready to merge/full CI is needed label Jan 27, 2025
@mgoin mgoin merged commit 823ab79 into vllm-project:main Jan 28, 2025
86 checks passed
@gaocegege
Copy link
Contributor

Hi, I got this https://github.com/vllm-project/vllm/actions/runs/13001729148/job/36261547838?pr=12473#step:5:1268 after rebasing the main.

Is this from this PR?

@DarkLight1337
Copy link
Member

Yes, should be fixed by #12494

tjtanaa pushed a commit to EmbeddedLLM/vllm that referenced this pull request Jan 28, 2025
rasmith pushed a commit to rasmith/vllm that referenced this pull request Jan 30, 2025
Isotr0py pushed a commit to Isotr0py/vllm that referenced this pull request Feb 2, 2025
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Isotr0py <[email protected]>
@hmellor hmellor deleted the update-lint-packages branch February 6, 2025 08:16
NickLucche pushed a commit to NickLucche/vllm that referenced this pull request Feb 7, 2025
GWS0428 pushed a commit to GWS0428/VARserve that referenced this pull request Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build frontend ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants