Previously, six modules (adapters, audio, processors, serializers, services, transports) were ignored wholesale. Many files in those modules already pass type checking, but we had no way to protect them from regressions or make the remaining work visible. Switch the include list to src/pipecat so any new module is checked by default, and replace directory-level ignores with the 140 specific files that still fail. This puts 189 previously-untyped files under type checking immediately and turns the remaining work into a concrete, shrinking TODO list.
6.5 KiB
6.5 KiB