[pre-commit.ci] pre-commit autoupdate - #460
Draft
pre-commit-ci[bot] wants to merge 1 commit into
Draft
Conversation
updates: - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.1](astral-sh/ruff-pre-commit@v0.15.20...v0.16.1) - [github.com/tox-dev/pyproject-fmt: v2.25.1 → v2.26.0](tox-dev/pyproject-fmt@v2.25.1...v2.26.0)
aaronliu0130
marked this pull request as draft
August 3, 2026 22:32
yangfan-yf-yf
suggested changes
Aug 9, 2026
yangfan-yf-yf
left a comment
There was a problem hiding this comment.
Ruff 0.16.1 stabilizes ISC004, which is selected by this repository's ISC rule group. I reproduced the failing hook at 0bdcc38: it reports 12 existing unparenthesized string concatenations in cpplint_unittest.py, while the same tree passes with Ruff 0.15.20. Most are intentional wrapped strings that need explicit parentheses; cpplint_unittest.py:4000-4001 appears to intend a separate empty source line and may need a comma instead.
All hosted build and test jobs pass, so this lint migration is the remaining blocker. This draft should stay unapproved until those cases are resolved and the updated hook is green.
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.
updates: