From b658a23fab24d905ef1a1bd2cd743edc97f69137 Mon Sep 17 00:00:00 2001 From: kristapratico Date: Tue, 5 Aug 2025 17:38:48 +0000 Subject: [PATCH] enable mypy+type_check_samples for communication libraries --- .../azure-communication-callautomation/pyproject.toml | 2 -- sdk/communication/azure-communication-chat/pyproject.toml | 2 -- sdk/communication/azure-communication-email/pyproject.toml | 1 - sdk/communication/azure-communication-jobrouter/pyproject.toml | 1 - sdk/communication/azure-communication-messages/pyproject.toml | 1 - sdk/communication/azure-communication-rooms/pyproject.toml | 2 -- 6 files changed, 9 deletions(-) diff --git a/sdk/communication/azure-communication-callautomation/pyproject.toml b/sdk/communication/azure-communication-callautomation/pyproject.toml index 8020b382137a..ab509fcf3611 100644 --- a/sdk/communication/azure-communication-callautomation/pyproject.toml +++ b/sdk/communication/azure-communication-callautomation/pyproject.toml @@ -1,5 +1,3 @@ [tool.azure-sdk-build] -mypy = false pyright = false -type_check_samples = false verifytypes = false \ No newline at end of file diff --git a/sdk/communication/azure-communication-chat/pyproject.toml b/sdk/communication/azure-communication-chat/pyproject.toml index 05ee5668ed6a..e00361912969 100644 --- a/sdk/communication/azure-communication-chat/pyproject.toml +++ b/sdk/communication/azure-communication-chat/pyproject.toml @@ -1,4 +1,2 @@ [tool.azure-sdk-build] -mypy = false pyright = false -type_check_samples = false diff --git a/sdk/communication/azure-communication-email/pyproject.toml b/sdk/communication/azure-communication-email/pyproject.toml index ae6b3321db78..e00361912969 100644 --- a/sdk/communication/azure-communication-email/pyproject.toml +++ b/sdk/communication/azure-communication-email/pyproject.toml @@ -1,3 +1,2 @@ [tool.azure-sdk-build] pyright = false -type_check_samples = false diff --git a/sdk/communication/azure-communication-jobrouter/pyproject.toml b/sdk/communication/azure-communication-jobrouter/pyproject.toml index 691e59919299..47f59e97f35e 100644 --- a/sdk/communication/azure-communication-jobrouter/pyproject.toml +++ b/sdk/communication/azure-communication-jobrouter/pyproject.toml @@ -1,4 +1,3 @@ [tool.azure-sdk-build] pyright = false -type_check_samples = false sphinx = false diff --git a/sdk/communication/azure-communication-messages/pyproject.toml b/sdk/communication/azure-communication-messages/pyproject.toml index ae6b3321db78..e00361912969 100644 --- a/sdk/communication/azure-communication-messages/pyproject.toml +++ b/sdk/communication/azure-communication-messages/pyproject.toml @@ -1,3 +1,2 @@ [tool.azure-sdk-build] pyright = false -type_check_samples = false diff --git a/sdk/communication/azure-communication-rooms/pyproject.toml b/sdk/communication/azure-communication-rooms/pyproject.toml index 05ee5668ed6a..e00361912969 100644 --- a/sdk/communication/azure-communication-rooms/pyproject.toml +++ b/sdk/communication/azure-communication-rooms/pyproject.toml @@ -1,4 +1,2 @@ [tool.azure-sdk-build] -mypy = false pyright = false -type_check_samples = false