style(langchain): add ruff rule PLC0415 (#34559)

This commit is contained in:
Christophe Bornet
2026-01-04 07:26:04 +01:00
committed by GitHub
parent 659eab2607
commit e5d4acf681

View File

@@ -118,7 +118,6 @@ ignore = [
# TODO rules
"ANN401", # Any in type annotations
"BLE", # Blind exceptions
"PLC0415", # Imports should be at the top. Not always desirable
]
unfixable = [
"B028", # People should intentionally tune the stacklevel