mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +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
@@ -40,9 +40,6 @@ dev = ["langchain-core"]
|
||||
[tool.uv.sources]
|
||||
langchain-core = { path = "../../core", editable = true }
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py39"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"A", # flake8-builtins
|
||||
|
||||
Reference in New Issue
Block a user