style: ruff format —— 自动同步写入的代码一直没过格式检查 - #614
Merged
Merged
Conversation
Germey
approved these changes
Aug 4, 2026
Germey
approved these changes
Aug 11, 2026
fish/maestro/openai 三个 CLI 的 Lint job 是红的,失败文件的最后改动都是 `sync: update from Docs [automated]`——同步机器人写入的代码不过 `ruff format --check`,于是 CI 从那时起就一直红着。 不是某个 PR 引入的,是同步链路缺一道格式化。先把存量修平。 Co-Authored-By: Claude <noreply@anthropic.com>
acedatacloud-dev
force-pushed
the
fix/ruff-format-drift
branch
from
August 11, 2026 07:19
5d9f7f9 to
9ef4ae0
Compare
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.
CI 的 Lint job 一直是红的,失败文件的最后改动都是
sync: update from Docs [automated]—— 同步机器人写入的代码不过ruff format --check,于是 CI 从那时起就红着。不是某个 PR 引入的,也不是我这轮改的(我只碰了测试 fixture)。先把存量修平。
ruff check/ruff format --check/ 全部测试通过。🤖 Generated with Claude Code