chore: bump ruff version to 0.13 (#33043)

Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
Christophe Bornet
2025-09-25 18:27:39 +02:00
committed by GitHub
parent f82de1a8d7
commit eaf8dce7c2
67 changed files with 596 additions and 549 deletions

View File

@@ -31,7 +31,7 @@ test = [
"langchain-openai",
]
test_integration = []
lint = ["ruff>=0.12.2,<0.13.0"]
lint = ["ruff>=0.13.1,<0.14.0"]
dev = []
typing = ["mypy>=1.10.0,<2.0.0"]