lint
All checks were successful
CI / test (push) Successful in 23s

This commit is contained in:
2026-05-06 05:09:35 +02:00
parent 54b202bdc2
commit fab1f3afbf

View File

@@ -58,3 +58,7 @@ warn_unused_configs = true
[[tool.mypy.overrides]] [[tool.mypy.overrides]]
module = ["chromadb", "chromadb.*"] module = ["chromadb", "chromadb.*"]
ignore_missing_imports = true ignore_missing_imports = true
[[tool.mypy.overrides]]
module = ["tai.chroma_telemetry"]
disable_error_code = ["misc"]