ruff: restore stacklevels, disable autofixing (#31919)

This commit is contained in:
Mason Daugherty
2025-07-08 12:55:47 -04:00
committed by GitHub
parent cbb418b4bf
commit 71b361936d
23 changed files with 26 additions and 15 deletions

View File

@@ -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"]