[misc] Update pre-commit hooks - #7729
Open
pre-commit-ci[bot] wants to merge 2 commits into
Open
Conversation
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
April 4, 2023 01:28
76136a1 to
603d9e6
Compare
✅ Deploy Preview for docsite-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
July 4, 2023 01:18
7a9d9c4 to
3e79246
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
October 3, 2023 03:47
22f0283 to
25d30eb
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
January 1, 2024 18:57
c3f8307 to
412316c
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
April 1, 2024 20:22
2010298 to
2cb6498
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
July 1, 2024 21:26
01adf5c to
7cef41c
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
October 7, 2024 21:56
bb0251a to
ca9d244
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
January 6, 2025 21:31
cc8f904 to
5917954
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
April 7, 2025 18:59
9b51549 to
109c695
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
July 7, 2025 19:05
ca2f844 to
cab7f0e
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
October 6, 2025 19:45
2b7dd06 to
5bd818c
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
January 5, 2026 19:19
e31c6b6 to
8553752
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
April 6, 2026 19:34
7ef69ca to
94be524
Compare
updates: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1) - [github.com/pre-commit/mirrors-clang-format: v19.1.7 → v22.1.5](pre-commit/mirrors-clang-format@v19.1.7...v22.1.5) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/pylint: v3.3.4 → v4.0.6](pylint-dev/pylint@v3.3.4...v4.0.6)
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
July 6, 2026 19:32
83bce50 to
124d10e
Compare
for more information, see https://pre-commit.ci
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:
Note
Low Risk
Tooling and style-only edits; behavior should be unchanged aside from possible pylint rule differences on future runs.
Overview
Bumps pre-commit tooling in
.pre-commit-config.yaml: Black moves topsf/black-pre-commit-mirror26.5.1, plus newer clang-format (v22.1.5), pre-commit-hooks (v6.0.0), and pylint (v4.0.6).The rest of the PR is auto-formatting from those hooks across Python, C++, and scripts—e.g. tuple unpacking without extra parentheses in kernels/tests, tighter multi-line strings/
raisemessages, blank-line cleanup, and clang-format layout for RHI classes inpublic_device.hand macros incocoa.cpp. No intended runtime or API behavior changes.Reviewed by Cursor Bugbot for commit 16f7973. Bugbot is set up for automated code reviews on this repo. Configure here.