mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
style(langchain): add ruff rule PLC0415 (#34559)
This commit is contained in:
committed by
GitHub
parent
659eab2607
commit
e5d4acf681
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user