Update pyrightconfig.json

This commit is contained in:
blueloveTH 2024-10-01 16:47:24 +08:00
parent f65eec9add
commit a43ac63a82

View File

@ -1,5 +1,6 @@
{ {
"stubPath": "include/typings", "stubPath": "include/typings",
"reportMissingModuleSource": "none", "reportMissingModuleSource": "none",
"reportArgumentType": "none",
"pythonVersion": "3.10" "pythonVersion": "3.10"
} }