修复 session-start hooks 中的 Pyright/Pylance import 警告。Documentation Index
Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt
Use this file to discover all available pages before exploring further.
修复
- IDE import 警告:修复
session-start.py中 Pyright/Pylance 的reportMissingImports误报。common.config和common.paths在运行时通过sys.path动态解析,但 IDE 静态分析器无法追踪动态路径。添加了# type: ignore[import-not-found]注解
说明
- 运行
trellis update同步更新 - 无需迁移