Add safeguards for infinite loops and unresolvable tasks #34439
Annotations
10 errors and 1 warning
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L1
langchain_core/output_parsers/base.py:1:1: I001 Import block is un-sorted or un-formatted
|
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L19
langchain_core/output_parsers/base.py:19:1: E402 Module level import not at top of file
|
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L20
langchain_core/output_parsers/base.py:20:1: E402 Module level import not at top of file
|
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L21
langchain_core/output_parsers/base.py:21:1: E402 Module level import not at top of file
|
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L22
langchain_core/output_parsers/base.py:22:1: E402 Module level import not at top of file
|
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L23
langchain_core/output_parsers/base.py:23:1: E402 Module level import not at top of file
|
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L279
langchain_core/output_parsers/base.py:279:30: EM101 Exception must not use a string literal, assign to variable first
|
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L290
langchain_core/output_parsers/base.py:290:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L290
langchain_core/output_parsers/base.py:290:30: EM102 Exception must not use an f-string literal, assign to variable first
|
Analysing the code with our lint:
libs/core/langchain_core/prompts/prompt.py#L94
langchain_core/prompts/prompt.py:94:89: E501 Line too long (107 > 88)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading