chore: reconfigure pyright

This commit is contained in:
Benex254
2024-08-21 11:42:48 +03:00
parent 556f42e41f
commit e8463f13b4

View File

@@ -1,4 +1,5 @@
{
"typeCheckingMode": "standard",
"reportPrivateImportUsage": false
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.10"
}