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

Commit c96d0e16 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 6b5d93a5 9f5b5850
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/"
    ]
}