mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
26 lines
895 B
JSON
26 lines
895 B
JSON
{
|
|
"include": ["meshchatx/src/backend", "meshchatx/src/env_utils.py"],
|
|
"exclude": [
|
|
"**/vendor/**",
|
|
"**/build/**",
|
|
"**/node_modules/**",
|
|
"**/__pycache__/**",
|
|
"meshchatx/src/backend/data/interfaces/**"
|
|
],
|
|
"extraPaths": [".", "vendor/lxmfy", "vendor/rns_filesync"],
|
|
"stubPath": "typings",
|
|
"pythonVersion": "3.11",
|
|
"typeCheckingMode": "basic",
|
|
"reportMissingTypeArgument": "none",
|
|
"reportUnknownArgumentType": "none",
|
|
"reportUnknownMemberType": "none",
|
|
"reportUnknownVariableType": "none",
|
|
"reportUnknownParameterType": "none",
|
|
"reportMissingTypeStubs": "none",
|
|
"reportPrivateImportUsage": "none",
|
|
"reportOptionalMemberAccess": "none",
|
|
"reportOptionalSubscript": "none",
|
|
"reportOptionalOperand": "none",
|
|
"reportOptionalContextManager": "none",
|
|
"reportAttributeAccessIssue": "none"
|
|
}
|