From 8c36a53e4400a4f18d183c2c4d07248f065a5dec Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sat, 12 Jul 2025 15:46:13 +0100 Subject: [PATCH] Use stricter pyright settings when testing `channels` (#14404) --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index f08f827ff..9acd48158 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -31,7 +31,6 @@ "stubs/boltons", "stubs/braintree", "stubs/cffi", - "stubs/channels", "stubs/dateparser", "stubs/defusedxml", "stubs/docker",