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 5bc55c6 commit 9c96e94Copy full SHA for 9c96e94
pyproject.toml
@@ -71,6 +71,6 @@ exclude = "(build|setup\\.py|livekit-rtc/rust-sdks.*)"
71
namespace_packages = true
72
explicit_package_bases = true
73
mypy_path = "livekit-protocol:livekit-api:livekit-rtc"
74
-strict = false
+strict = false # TODO re-enable strict checking
75
disallow_any_generics = false
76
plugins = ["pydantic.mypy"]
0 commit comments