Files
plex-playlist/backend/pyrightconfig.json
Cliff Hill 8aa8d41e8a
Some checks failed
CI/CD Pipeline / Backend Tests (Python) (push) Has been cancelled
CI/CD Pipeline / Frontend Tests (TypeScript/Vue) (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
Did some things, made more improvements.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-10-19 21:35:02 -04:00

38 lines
1.1 KiB
JSON

{
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.13",
"pythonPlatform": "Linux",
"venvPath": ".",
"venv": ".venv",
"pythonPath": ".venv/bin/python",
"executionEnvironments": [
{
"root": "."
}
],
"typeCheckingMode": "strict",
"useLibraryCodeForTypes": true,
"reportGeneralTypeIssues": true,
"reportPropertyTypeMismatch": true,
"reportFunctionMemberAccess": true,
"reportMissingParameterType": true,
"reportMissingTypeArgument": true,
"reportIncompatibleMethodOverride": "error",
"reportIncompatibleVariableOverride": true,
"reportInconsistentConstructor": true,
"strictListInference": true,
"strictDictionaryInference": true,
"strictSetInference": true,
"reportCallInDefaultInitializer": true,
"reportUnnecessaryIsInstance": true,
"reportUnnecessaryCast": true,
"reportUnnecessaryComparison": true,
"reportUnnecessaryContains": true,
"reportImplicitStringConcatenation": true,
"reportUnusedCoroutine": true,
"reportPrivateUsage": "warning",
"reportConstantRedefinition": "warning",
"reportImplicitOverride": "warning"
}