From 80fd73de22748b0fa97d9cc414c0ba854bd6901e Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 22 Jan 2026 12:52:43 +0000 Subject: [PATCH] Use stricter pyright settings when testing `punq` in CI (#15314) --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index f7dcfd0d4..7afdcc3ea 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",