mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 11:30:37 +00:00
ruff: restore stacklevels, disable autofixing (#31919)
This commit is contained in:
@@ -101,6 +101,8 @@ ignore = [
|
||||
"PLC0415",
|
||||
"PLR2004",
|
||||
]
|
||||
unfixable = ["PLW1510",]
|
||||
|
||||
flake8-annotations.allow-star-arg-any = true
|
||||
flake8-annotations.mypy-init-return = true
|
||||
flake8-type-checking.runtime-evaluated-base-classes = ["pydantic.BaseModel","langchain_core.load.serializable.Serializable","langchain_core.runnables.base.RunnableSerializable"]
|
||||
|
Reference in New Issue
Block a user