From 81deec0d6c9718bb0deb055422c29b3f88ad2c6c Mon Sep 17 00:00:00 2001 From: Marco Carvalho Date: Thu, 19 Sep 2024 11:32:57 -0300 Subject: [PATCH] Update pyrightconfig.json --- pyrightconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrightconfig.json b/pyrightconfig.json index bed5840..9b19010 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -11,4 +11,5 @@ "reportOptionalSubscript": "warning", "reportOptionalIterable": "warning", "reportCallIssue": "warning", + "reportUnhashable": "warning" }