Add safeguards for infinite loops and unresolvable tasks #34437
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#L177
langchain_core/output_parsers/base.py:177:89: E501 Line too long (104 > 88)
|
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L182
langchain_core/output_parsers/base.py:182:9: B010 Do not call `setattr` with a constant attribute value. It is not any safer than normal property access.
|
Analysing the code with our lint:
libs/core/langchain_core/output_parsers/base.py#L278
langchain_core/output_parsers/base.py:278:89: E501 Line too long (94 > 88)
|
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading