15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"pythonPlatform": "All",
|
|
"pythonVersion": "3.10",
|
|
"typeCheckingMode": "strict",
|
|
"reportImportCycles": "none",
|
|
"reportImplicitStringConcatenation": "none",
|
|
"reportMissingModuleSource": "none",
|
|
"exclude": [
|
|
"**/__pycache__",
|
|
".git",
|
|
"openpgp",
|
|
"pgp",
|
|
],
|
|
}
|