From 0fa063c6404a4f581c1e9ef02ce9a320110df263 Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Thu, 9 Oct 2025 11:22:41 +0900 Subject: [PATCH] Refactor: Remove reportUnnecessaryContains from pyrightconfig.json (#26626) Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- api/pyrightconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/api/pyrightconfig.json b/api/pyrightconfig.json index b9b496b77e..9bc7498cb2 100644 --- a/api/pyrightconfig.json +++ b/api/pyrightconfig.json @@ -24,7 +24,6 @@ "reportUnknownLambdaType": "hint", "reportMissingParameterType": "hint", "reportMissingTypeArgument": "hint", - "reportUnnecessaryContains": "hint", "reportUnnecessaryComparison": "hint", "reportUnnecessaryCast": "hint", "reportUnnecessaryIsInstance": "hint",