From db7dbfe6cfa03144420bad68ee9c3b5b0806c436 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 27 Feb 2025 12:44:40 +0000 Subject: [PATCH] Use stricter pyright settings when testing `hnswlib` in CI (#13552) --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index ec5927256..30aa8ff80 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -47,7 +47,6 @@ "stubs/geopandas", "stubs/google-cloud-ndb", "stubs/hdbcli/hdbcli/dbapi.pyi", - "stubs/hnswlib", "stubs/html5lib", "stubs/httplib2", "stubs/humanfriendly",