mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
fix(langchain): activate test_return_direct_spec tests, fix types (#34565)
Co-authored-by: Mason Daugherty <mason@langchain.dev> Co-authored-by: Mason Daugherty <github@mdrxy.com>
This commit is contained in:
committed by
GitHub
parent
5fbf270c9d
commit
a7b943bbe3
@@ -141,8 +141,8 @@ ignore-var-parameters = true # ignore missing documentation for *args and **kwa
|
||||
"ANN", # Annotations, needs to fix
|
||||
"ARG", # Arguments, needs to fix
|
||||
]
|
||||
"tests/unit_tests/agents/test_return_direct_spec.py" = ["F821"]
|
||||
"tests/unit_tests/agents/test_responses_spec.py" = ["F821"]
|
||||
"tests/unit_tests/agents/test_return_direct_spec.py" = ["F821"]
|
||||
"tests/unit_tests/agents/test_react_agent.py" = ["ALL"]
|
||||
|
||||
"tests/*" = [
|
||||
|
||||
Reference in New Issue
Block a user