aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-08 00:14:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-08 00:14:29 +0000
commit5e5cd5d01bffede5d8cb829570d4260e20b76a6f (patch)
treeadd48effc5a9c5582aaa8b172a981d35008e6264
parent6af54fc2d78024453c84b7ee150bb8c43d77fdd6 (diff)
parent487a0739865d85da782d82a0e14e45ada4088d2a (diff)
downloadavatar-android14-qpr2-s3-release.tar.gz
Change-Id: I91c38e0261aa53b776e9a8701e9f8fd2e79fd70e
-rw-r--r--pyrightconfig.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json
new file mode 100644
index 0000000..9c47dff
--- /dev/null
+++ b/pyrightconfig.json
@@ -0,0 +1,17 @@
+{
+ "typeCheckingMode": "strict",
+ "useLibraryCodeForTypes": true,
+ "verboseOutput": false,
+ "reportMissingTypeStubs": false,
+ "reportUnknownLambdaType": false,
+ "reportImportCycles": false,
+ "reportPrivateUsage": false,
+ "extraPaths": [
+ "../../../external/python/bumble",
+ "../../../external/python/mobly",
+ "../../../external/python/pyee",
+ "../../../external/python/portpicker/src",
+ "../../../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/"
+ ]
+} \ No newline at end of file