Files
2026-07-13 12:48:25 +08:00

18 lines
440 B
JSON

{
"useLibraryCodeForTypes": true,
"verboseOutput": true,
"define": {
"MYPY": true
},
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.9",
"enableExperimentalFeatures": true,
"reportMissingImports": "warning",
"reportMissingTypeStubs": false,
"reportPrivateUsage": "warning",
"reportUnknownArgumentType": "warning",
"reportUnsupportedDunderAll": "warning",
"reportWildcardImportFromLibrary": "warning"
}