chore(cli): add ruff rules D1 (#32350)

Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
Christophe Bornet
2025-08-12 00:25:30 +02:00
committed by GitHub
parent 8b663ed6c6
commit 46bbd52e81
20 changed files with 67 additions and 13 deletions

View File

@@ -0,0 +1 @@
"""Scripts."""

View File

@@ -78,6 +78,7 @@ def generic(
def handle_partner(pkg: str, output: Optional[str] = None) -> None:
"""Handle partner package migrations."""
migrations = get_migrations_for_partner_package(pkg)
# Run with python 3.9+
name = pkg.removeprefix("langchain_")