revert: "chore: remove ruff target-version" (#32895)

Reverts langchain-ai/langchain#32880

Not needed at the moment, will do when finishing v1
This commit is contained in:
Mason Daugherty
2025-09-10 20:56:48 -04:00
committed by GitHub
parent 25c34bd9b2
commit 7a158c7f1c
21 changed files with 59 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ typing = ["mypy<2.0,>=1.10", "simsimd<7.0.0,>=6.0.0", "langchain-core"]
[tool.uv.sources]
langchain-core = { path = "../../core", editable = true }
[tool.ruff]
target-version = "py39"
[tool.ruff.lint]
select = [
"A", # flake8-builtins