{
"include": [
"src"
],
"exclude": [
"**/__pycache__",
"**/node_modules",
"**/.pytest_cache",
"**/build",
"**/dist"
],
"reportMissingImports": "none",
"reportMissingTypeStubs": "none",
"reportMissingTypeAnnotations": "none",
"reportUnusedImport": "none",
"reportGeneralTypeIssues": "none",
"reportOptionalMemberAccess": "none",
"reportOptionalSubscript": "none",
"reportUnsupportedDunderAll": "none",
"reportIncompatibleVariableOverride": "none",
"reportIncompatibleMethodOverride": "none",
"pythonVersion": "3.10",
"pythonPlatform": "Windows",
"executionEnvironments": [
{
"root": "src",
"pythonVersion": "3.10"
}
],
"typeCheckingMode": "off"
}