Add pyrightconfig.json
This commit is contained in:
12
pyrightconfig.json
Normal file
12
pyrightconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"pythonPlatform": "All",
|
||||
"pythonVersion": "3.9",
|
||||
"typeCheckingMode": "strict",
|
||||
"reportImportCycles": "none",
|
||||
"reportImplicitStringConcatenation": "none",
|
||||
"reportMissingModuleSource": "none",
|
||||
"exclude": [
|
||||
"**/__pycache__",
|
||||
".git"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user