Files

56 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2022-01-18 15:38:17 +01:00
{
"venvPath": "local",
"venv": "py3",
"include": [
"searx",
"searxng_extra",
"tests"
],
2025-08-22 17:17:51 +02:00
"reportAny" : "information",
2025-08-22 17:17:51 +02:00
"reportConstantRedefinition": false,
"reportIgnoreCommentWithoutRule": "information",
"reportImplicitOverride": false,
"reportImplicitStringConcatenation": false,
2025-08-22 17:17:51 +02:00
"reportImportCycles": "warning",
"reportMissingTypeStubs": "information",
"reportUninitializedInstanceVariable": false,
"reportUnnecessaryIsInstance": false,
2025-08-22 17:17:51 +02:00
"reportUnnecessaryTypeIgnoreComment": "error",
"reportUnreachable": "information",
"reportUnusedCallResult": false,
2025-08-22 17:17:51 +02:00
"enableTypeIgnoreComments": true,
"executionEnvironments": [
{
"root": "searx",
"extraPaths": ["."]
},
{
"root": "searxng_extra",
"extraPaths": ["."],
"reportAny" : false,
"reportUnknownMemberType": false,
"reportUnknownVariableType": false
},
{
"root": "tests",
"extraPaths": ["."],
"reportAny" : false,
"reportImplicitOverride": false,
"reportMissingParameterType": false,
"reportMissingTypeArgument": false,
"reportMissingTypeStubs": false,
"reportPrivateLocalImportUsage": false,
"reportPrivateUsage": false,
"reportUnannotatedClassAttribute": false,
"reportUnknownArgumentType": false,
"reportUnknownLambdaType": false,
"reportUnknownMemberType": false,
"reportUnknownParameterType": false,
"reportUnknownVariableType": false,
"reportUnusedParameter": false
}
]
2022-01-18 15:38:17 +01:00
}