MeshChatX/pyrightconfig.json
Ivan 2b874b0982
feat(ci & deps): update rns and lxst.
add knip and type checking and improve ci
2026-07-04 17:06:44 -05:00

15 lines
597 B
JSON

{
"include": ["meshchatx/src/backend", "meshchatx/src/env_utils.py"],
"exclude": ["**/vendor/**", "**/build/**", "**/node_modules/**", "**/__pycache__/**"],
"extraPaths": ["vendor/lxmfy"],
"pythonVersion": "3.11",
"typeCheckingMode": "basic",
"baselineFile": ".basedpyright/baseline.json",
"reportMissingTypeArgument": "none",
"reportUnknownArgumentType": "none",
"reportUnknownMemberType": "none",
"reportUnknownVariableType": "none",
"reportUnknownParameterType": "none",
"reportMissingTypeStubs": "none",
"reportPrivateImportUsage": "none"
}