ruff格式化代码

This commit is contained in:
li-xiaochen 2025-01-25 17:49:17 +08:00
parent cae312a272
commit 25f9915fcc
10 changed files with 84 additions and 43 deletions

View file

@ -17,6 +17,7 @@ class ConfModel(BaseModel):
class Total(ConfModel):
"""整体"""
# 所在页面
page: str = "init"
# 是否已展示帮助文档
@ -25,6 +26,7 @@ class Total(ConfModel):
class UpdatePart(ConfModel):
"""更新代码"""
# mower-ng 代码分支
branch: str = "slow"
# PyPI 仓库镜像