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

@@ -73,6 +73,9 @@ disallow_any_generics = false
warn_return_any = false
[tool.ruff]
target-version = "py39"
[tool.ruff.format]
docstring-code-format = true