Fix type errors in scripts and add to pyright checked set

This commit is contained in:
Mark Backman
2026-04-21 16:17:49 -04:00
parent 609a0a14e7
commit 10e58d6e42
6 changed files with 25 additions and 19 deletions

View File

@@ -11,7 +11,8 @@
"src/pipecat/extensions",
"src/pipecat/turns",
"src/pipecat/pipeline",
"src/pipecat/runner"
"src/pipecat/runner",
"scripts"
],
"exclude": ["**/*_pb2.py", "**/__pycache__"],
"ignore": [
@@ -24,9 +25,7 @@
"src/pipecat/tests",
"src/pipecat/transports",
"src/pipecat/utils",
"tests",
"scripts",
"docs"
"tests"
],
"reportMissingImports": false
}