Skip to content

Commit 6178052

Browse files
committed
mypy: exclude logger/options.proto
1 parent a1db6a6 commit 6178052

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[mypy]
22
exclude = (build|setup\.py|livekit-rtc/rust-sdks.*)
33
explicit_package_bases = True
4+
5+
[mypy-livekit.protocol.logger_pb.options]
6+
disable_error_code = misc

0 commit comments

Comments
 (0)