text-splitters: Bump ruff version to 0.12 (#31866)

This commit is contained in:
Christophe Bornet
2025-07-05 23:13:08 +02:00
committed by GitHub
parent e1eb3f8d6f
commit a15c3e0856
2 changed files with 25 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
[dependency-groups]
lint = ["ruff<1.0.0,>=0.9.2", "langchain-core"]
lint = ["ruff<0.13,>=0.12.2", "langchain-core"]
typing = [
"mypy<2.0,>=1.15",
"lxml-stubs<1.0.0,>=0.5.1",
@@ -62,7 +62,8 @@ target-version = "py39"
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "PGH003", "T201", "D"]
ignore = ["D100", "UP007"]
ignore = ["D100",]
pyupgrade.keep-runtime-typing = true
[tool.coverage.run]
omit = ["tests/*"]