feat(data-ana): docker 本地测试通过 + gRPC 修复 + nextstep 上下游依赖文档

This commit is contained in:
SpecialX
2026-07-13 23:57:48 +08:00
parent b745443b6d
commit 5b06bdbc52
14 changed files with 2061 additions and 42 deletions

View File

@@ -38,3 +38,5 @@ select = ["E", "F", "I", "N", "W", "UP", "B", "SIM"]
"src/data_ana/grpc_server.py" = ["N802"]
# FastAPI 标准模式Depends/Query 在参数默认值中调用B008 不适用
"src/data_ana/main.py" = ["B008"]
# 自动生成的 protobuf 代码,不做任何 lint 校验
"src/generated_proto/*.py" = ["ALL"]