chore: remove anthropic_adapter.py from pyright ignore list

The file is now clean under pyright's basic type checking, so it can
move out of the ignore list and be enforced on every run.
This commit is contained in:
Paul Kompfner
2026-04-27 15:51:04 -04:00
parent 9ee123bf33
commit 5e1bb4cbe5

View File

@@ -6,7 +6,6 @@
"exclude": ["**/*_pb2.py", "**/__pycache__"],
"ignore": [
"tests",
"src/pipecat/adapters/services/anthropic_adapter.py",
"src/pipecat/adapters/services/aws_nova_sonic_adapter.py",
"src/pipecat/adapters/services/bedrock_adapter.py",
"src/pipecat/adapters/services/gemini_adapter.py",