mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 06:53:16 +00:00
text-splitters: Bump ruff version to 0.12 (#31866)
This commit is contained in:
committed by
GitHub
parent
e1eb3f8d6f
commit
a15c3e0856
@@ -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/*"]
|
||||
|
Reference in New Issue
Block a user