fix: black/isort 格式化修复 - generation.py 和单测文件 #250

Merged
xiaoxia merged 1 commits from fix/develop-black-format into develop 2026-07-13 14:13:45 +08:00
Owner

修复 PR #247 合入后 develop 分支 Validate 失败的问题。

2个文件 black 格式不通过:

  • apps/worker/worker_app/tasks/generation.py
  • tests/unit/test_generation_feature_flag.py

已用 black --line-length=120 + isort --profile=black 修复,flake8 验证通过。

修复 PR #247 合入后 develop 分支 Validate 失败的问题。 2个文件 black 格式不通过: - apps/worker/worker_app/tasks/generation.py - tests/unit/test_generation_feature_flag.py 已用 black --line-length=120 + isort --profile=black 修复,flake8 验证通过。
xiaoxia added 1 commit 2026-07-13 14:09:07 +08:00
fix: black/isort formatting for generation.py and test file
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 1m37s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 2m35s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 3m21s
CI/CD Pipeline / Build & Push Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI/CD Pipeline / Build Production Runtime Images (pull_request) Has been skipped
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI/CD Pipeline / Deploy Production (pull_request) Has been skipped
CI/CD Pipeline / Production Browser E2E (pull_request) Has been skipped
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m40s
acec550e36
xiaoxia merged commit c48ddeef7d into develop 2026-07-13 14:13:45 +08:00
Sign in to join this conversation.