From 5e1bb4cbe59415f5397a89a6ff96448571dc4b42 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Mon, 27 Apr 2026 15:51:04 -0400 Subject: [PATCH] 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. --- pyrightconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index 8f6b951c6..f77cf5e8c 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -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",