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

@@ -60,6 +60,9 @@ disallow_untyped_defs = "True"
module = "transformers"
ignore_missing_imports = true
[tool.ruff]
target-version = "py39"
[tool.ruff.lint]
select = ["E", "F", "I", "T201", "UP", "S"]
ignore = [ "UP007", "UP045" ]