fix: black/isort 格式化修复 - generation.py 和单测文件 #250
Reference in New Issue
Block a user
Delete Branch "fix/develop-black-format"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
修复 PR #247 合入后 develop 分支 Validate 失败的问题。
2个文件 black 格式不通过:
已用 black --line-length=120 + isort --profile=black 修复,flake8 验证通过。