Skip to main content
Fix Pyright/Pylance import warnings in session-start hooks.

Bug Fixes

  • IDE import warnings: Suppressed Pyright/Pylance reportMissingImports false positives in session-start.py hooks. The common.config and common.paths imports are resolved at runtime via sys.path but IDE static analyzers cannot follow dynamic paths. Added # type: ignore[import-not-found] annotations

Notes

  • Run trellis update to sync
  • No migration required