Merge branch 'main' into fix/chromadb-version-constraint

This commit is contained in:
Ben Sigman
2026-04-12 14:29:43 -07:00
committed by GitHub
23 changed files with 2027 additions and 56 deletions
+5 -1
View File
@@ -54,11 +54,15 @@ packages = ["mempalace"]
[tool.ruff]
line-length = 100
target-version = "py39"
extend-exclude = ["benchmarks"]
[tool.ruff.lint]
select = ["E", "F", "W"]
select = ["E", "F", "W", "C901"]
ignore = ["E501"]
[tool.ruff.lint.mccabe]
max-complexity = 25
[tool.ruff.format]
quote-style = "double"