| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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)
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.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
updates: