Open
Conversation
76136a1 to
603d9e6
Compare
✅ Deploy Preview for docsite-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
7a9d9c4 to
3e79246
Compare
22f0283 to
25d30eb
Compare
c3f8307 to
412316c
Compare
2010298 to
2cb6498
Compare
01adf5c to
7cef41c
Compare
bb0251a to
ca9d244
Compare
cc8f904 to
5917954
Compare
9b51549 to
109c695
Compare
ca2f844 to
cab7f0e
Compare
2b7dd06 to
5bd818c
Compare
e31c6b6 to
8553752
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.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/pre-commit/mirrors-clang-format: v19.1.7 → v22.1.2](pre-commit/mirrors-clang-format@v19.1.7...v22.1.2) - [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.5](pylint-dev/pylint@v3.3.4...v4.0.5)
7ef69ca to
94be524
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
Primarily tooling/version bumps and mechanical formatting changes across Python/C++ with no intended behavior changes; low risk aside from the usual chance of subtle style-tool side effects in touched files.
Overview
Updates the repo’s
pre-commitconfiguration (Black mirror + newer Black/clang-format/pre-commit-hooks/pylint versions) and applies the resulting auto-formatting across various scripts, tests, and Taichi modules.Code changes are largely mechanical (string/SQL literal formatting, tuple-unpacking assignment style, exception message formatting, whitespace cleanup), plus clang-format-driven reformatting of a couple of small C++ declarations/macros in
public_device.handui/gui/cocoa.cpp.Reviewed by Cursor Bugbot for commit 83bce50. Bugbot is set up for automated code reviews on this repo. Configure here.