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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user