We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1db6a6 commit 9f0231cCopy full SHA for 9f0231c
mypy.ini
@@ -1,3 +1,9 @@
1
[mypy]
2
exclude = (build|setup\.py|livekit-rtc/rust-sdks.*)
3
explicit_package_bases = True
4
+
5
+[mypy-livekit.protocol.logger_pb.*]
6
+follow_imports = skip
7
8
+[mypy-livekit.protocol.logger_pb.options]
9
0 commit comments