Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cd772ed authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "mmi2grpc: add pyrightconfig for python linter" into main am: c96d0e16

parents b125dd8b c96d0e16
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
{
    "typeCheckingMode": "strict",
    "useLibraryCodeForTypes": true,
    "verboseOutput": false,
    "reportMissingTypeStubs": false,
    "reportUnknownLambdaType": false,
    "reportImportCycles": false,
    "reportPrivateUsage": false,
    "extraPaths": [
        "../../../pandora/server",
        "../../../../../../out/soong/.intermediates/external/pandora/bt-test-interfaces/python/pandora-python-gen-src/gen/",
        "../../../../../../out/soong/.intermediates/packages/modules/Bluetooth/pandora/interfaces/python/pandora_experimental-python-gen-src/gen/"
    ]
}