From 4f559761e5c3f5f385813467313499c39774c66a Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 23 Sep 2025 15:05:44 +0100 Subject: [PATCH] Use stricter pyright settings for `gunicorn` It's fully annotated. Fixes https://github.com/AlexWaygood/typeshed-stats/issues/369 --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index 416af935762d..99c3312723cc 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -44,7 +44,6 @@ "stubs/grpcio-reflection/grpc_reflection/v1alpha", "stubs/grpcio-status/grpc_status", "stubs/grpcio/grpc/__init__.pyi", - "stubs/gunicorn", "stubs/hdbcli/hdbcli/dbapi.pyi", "stubs/html5lib", "stubs/httplib2",