feat(text-splitters): ruff fixes and rules (#32502)

This commit is contained in:
Mason Daugherty
2025-08-11 13:28:22 -04:00
committed by GitHub
parent 27b6b53f20
commit 457ce9c4b0
12 changed files with 161 additions and 69 deletions

View File

@@ -23,7 +23,7 @@ class RecursiveJsonSplitter:
def __init__(
self, max_chunk_size: int = 2000, min_chunk_size: Optional[int] = None
):
) -> None:
"""Initialize the chunk size configuration for text processing.
This constructor sets up the maximum and minimum chunk sizes, ensuring that