[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-06-03 06:43:41 +00:00
commit e5c9d33061
3 changed files with 5 additions and 7 deletions

View file

@ -46,7 +46,9 @@ def test_lexical_search_roundtrip(isolated_rag_db):
scope,
[
_chunk("c1", "the quick brown fox jumps over the lazy dog", index = 0),
_chunk("c2", "machine learning models predict outputs from inputs", index = 1),
_chunk(
"c2", "machine learning models predict outputs from inputs", index = 1
),
_chunk("c3", "fox terriers are small dogs", index = 2),
],
)