34
backend/pyrightconfig.json
Normal file
34
backend/pyrightconfig.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"reportMissingImports": true,
|
||||
"reportMissingTypeStubs": false,
|
||||
"pythonVersion": "3.13",
|
||||
"pythonPlatform": "Linux",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user