style: apply black formatting to pass CI validation #126

Merged
xiaoxia merged 1 commits from fix/black-formatting into develop 2026-06-30 17:23:08 +08:00
Owner

修复内容

  • 对全部后端代码执行 black . 格式化
  • 107 个文件重新格式化,无功能性变更
  • 通过 black --check . 验证

CI 修复

修复 CI/CD Pipeline 中 Validate job 的 black 格式化检查失败问题

## 修复内容 - 对全部后端代码执行 `black .` 格式化 - 107 个文件重新格式化,无功能性变更 - 通过 `black --check .` 验证 ## CI 修复 修复 CI/CD Pipeline 中 Validate job 的 black 格式化检查失败问题
xiaoxia force-pushed fix/black-formatting from 444ce3ed2a to 0603009212 2026-06-30 17:22:05 +08:00 Compare
xiaoxia merged commit 52ff2f80ad into develop 2026-06-30 17:23:08 +08:00
Sign in to join this conversation.