From 40c26877c79d00022347e48fe6eb9546bd9796a1 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 8 Jul 2025 11:04:51 +0100 Subject: [PATCH] Use stricter pyright settings for all of `click-web` (#14379) --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index 8e5194e98..72cebd4b8 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -31,7 +31,6 @@ "stubs/boltons", "stubs/braintree", "stubs/cffi", - "stubs/click-web/resources/input_fields.pyi", "stubs/dateparser", "stubs/defusedxml", "stubs/docker",