From 159e6b63f6d9228d4783bbf7c1c4c80a6de3eba7 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 11 Nov 2025 13:17:46 +0000 Subject: [PATCH] Use stricter pyright config settings for all of `pytz` Fixes https://github.com/AlexWaygood/typeshed-stats/issues/386 Fixes https://github.com/AlexWaygood/typeshed-stats/issues/385 Fixes https://github.com/AlexWaygood/typeshed-stats/issues/384 Fixes https://github.com/AlexWaygood/typeshed-stats/issues/383 --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index 4c9e369f0a37..2d158badd32f 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -80,7 +80,6 @@ "stubs/PyMySQL", "stubs/python-dateutil", "stubs/python-jose", - "stubs/pytz/pytz/lazy.pyi", "stubs/pywin32", "stubs/PyYAML", "stubs/reportlab",