diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 00000000..3226b708 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,11 @@ +{ + "include": ["."], + "pythonVersion": "3.7", + "pythonPlatform": "Linux", + "useLibraryCodeForTypes": true, + "strictListInference": true, + "reportMissingImports": "error", + "reportUnusedImport": "error", + "reportUnusedExpression": "error", + "reportOptionalMemberAccess": "information" +}