mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 06:48:50 +00:00
chore: remove ruff target-version (#32880)
This is not needed anymore since `requires-python` was added when moving to `uv`.
This commit is contained in:
committed by
GitHub
parent
389a781aa0
commit
b274416441
@@ -39,9 +39,6 @@ test_integration = []
|
||||
langchain-core = { path = "../core", editable = true }
|
||||
langchain = { path = "../langchain", editable = true }
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py39"
|
||||
|
||||
[tool.ruff.format]
|
||||
docstring-code-format = true
|
||||
|
||||
|
Reference in New Issue
Block a user