From 191648ebf571a884a89f889bc6c01ab46fd5e1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Monnom?= Date: Sun, 29 Dec 2024 21:11:07 +0100 Subject: [PATCH] ignore python files from the rust-sdks repo (#337) --- mypy.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mypy.ini b/mypy.ini index c36242d8..ed161151 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,3 +1,3 @@ [mypy] -exclude = build|setup\.py -explicit_package_bases = True \ No newline at end of file +exclude = (build|setup\.py|livekit-rtc/rust-sdks.*) +explicit_package_bases = True