update
Some checks failed
CI / test (push) Failing after 19s

This commit is contained in:
2026-05-06 05:06:45 +02:00
parent bbc75b1559
commit 54b202bdc2
5 changed files with 15 additions and 10 deletions

View File

@@ -54,3 +54,7 @@ select = ["E", "F", "I", "UP", "B"]
python_version = "3.11"
strict = true
warn_unused_configs = true
[[tool.mypy.overrides]]
module = ["chromadb", "chromadb.*"]
ignore_missing_imports = true