Files
social-app/pyrightconfig.json
qzl ad06fe7de4 refactor: align backend layout and supabase infra
Consolidate backend modules/tests under the backend package while syncing Supabase compose/env config and related plans.
2026-02-05 15:13:06 +08:00

23 lines
723 B
JSON

{
"include": ["backend"],
"exclude": ["**/__pycache__", "**/node_modules", "**/.git"],
"typeCheckingMode": "standard",
"pythonVersion": "3.12",
"pythonPlatform": "Linux",
"stubPath": "",
"extraPaths": [
"backend/src"
],
"reportAssignmentType": "none",
"reportMissingImports": "error",
"reportMissingTypeStubs": "none",
"reportUnknownMemberType": "information",
"reportUnknownParameterType": "information",
"reportUnknownVariableType": "information",
"reportUntypedFunctionDecorator": "warning",
"reportUnannotatedClassAttribute": "warning",
"reportDeprecated": "warning",
"reportPrivateImportUsage": "none",
"reportImportCycles": "none"
}