| { | |
| "venvPath": "local", | |
| "venv": "py3", | |
| "include": [ | |
| "searx", | |
| "searxng_extra", | |
| "tests" | |
| ], | |
| "reportAny" : "information", | |
| "reportConstantRedefinition": false, | |
| "reportIgnoreCommentWithoutRule": "information", | |
| "reportImplicitOverride": false, | |
| "reportImplicitStringConcatenation": false, | |
| "reportImportCycles": "warning", | |
| "reportMissingTypeStubs": "information", | |
| "reportUninitializedInstanceVariable": false, | |
| "reportUnnecessaryIsInstance": false, | |
| "reportUnnecessaryTypeIgnoreComment": "error", | |
| "reportUnreachable": "information", | |
| "reportUnusedCallResult": false, | |
| "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 | |
| } | |
| ] | |
| } | |