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" }