diff options
Diffstat (limited to 'pyrightconfig.json')
| -rw-r--r-- | pyrightconfig.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json index 5739cd986..bf6b78889 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -6,14 +6,21 @@ "searxng_extra", "tests" ], + "reportAny" : "information", - "enableTypeIgnoreComments": true, - "reportIgnoreCommentWithoutRule": true, + "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", |