From a43ac63a82302fc7d4c6c0e03b5ed10464b9621c Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 1 Oct 2024 16:47:24 +0800 Subject: [PATCH] Update pyrightconfig.json --- pyrightconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrightconfig.json b/pyrightconfig.json index ff7a4d60..d6deb199 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,5 +1,6 @@ { "stubPath": "include/typings", "reportMissingModuleSource": "none", + "reportArgumentType": "none", "pythonVersion": "3.10" }