From 724fb82555dbfe2add223495cbf64c1092c1ab5d Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 22 Jan 2026 12:43:20 +0000 Subject: [PATCH] Use stricter pyright settings when testing `punq` in CI Fixes https://github.com/AlexWaygood/typeshed-stats/issues/424, fixes https://github.com/AlexWaygood/typeshed-stats/issues/423, fixes https://github.com/AlexWaygood/typeshed-stats/issues/422 --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index f7dcfd0d4c51..7afdcc3eab14 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -74,7 +74,6 @@ "stubs/protobuf", "stubs/psutil/psutil/__init__.pyi", "stubs/psycopg2", - "stubs/punq", "stubs/pyasn1", "stubs/pycurl", "stubs/Pygments",