Add pyrightconfig.json

This commit is contained in:
lovetox
2022-04-21 00:15:10 +02:00
parent 46758be7e4
commit 204e4316df

12
pyrightconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"pythonPlatform": "All",
"pythonVersion": "3.9",
"typeCheckingMode": "strict",
"reportImportCycles": "none",
"reportImplicitStringConcatenation": "none",
"reportMissingModuleSource": "none",
"exclude": [
"**/__pycache__",
".git"
],
}