Add changelog entries for the pyright introduction and the LiveKitRunnerArguments.token signature tightening. Restore the indented multi-line format for the WhatsApp missing-env error, now listing only the vars that are actually missing.
412 B
412 B
- Added incremental
pyrighttype checking. Apyrightconfig.jsonat the repo root usestypeCheckingMode: "basic"with an explicitincludelist of modules that pass cleanly (clocks,metrics,transcriptions,frames,observers,extensions,turns,pipeline,runner). Remaining modules will be added in subsequent PRs. CI enforces the checked set viauv run pyrightin the format workflow.