Files
2026-08-31 10:55:44 +08:00

18 lines
615 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 待办
## Ruff lint 清理
状态:已完成
完成日期:2026-08-31
本轮完成了 Ruff lint 全量清理,包括未使用导入与变量、导入排序、类型注解现代化、FastAPI 依赖声明、异常处理标注、时区处理及其他规则。FastAPI 路由参数中的依赖调用通过 `web/backend/**/*.py` 的 B008 配置例外保留框架惯用写法;非 FastAPI 的可变默认对象已改为函数内惰性初始化。
最终基线:
- Ruff lint0 条
- Ruff format208 个文件全部通过
- pytest105 passed
- Pyright0 errors / 0 warnings
- Python compileall:通过