Refactor: Improve logic for parsing google-Style docstrings #35374
Annotations
9 errors and 1 warning
Analysing the code with our lint:
libs/core/langchain_core/utils/function_calling.py#L601
langchain_core/utils/function_calling.py:601:1: E402 Module level import not at top of file
|
Analysing the code with our lint:
libs/core/langchain_core/utils/function_calling.py#L601
langchain_core/utils/function_calling.py:601:1: I001 Import block is un-sorted or un-formatted
|
Analysing the code with our lint:
libs/core/langchain_core/utils/function_calling.py#L601
langchain_core/utils/function_calling.py:601:20: F811 Redefinition of unused `Optional` from line 17
|
Analysing the code with our lint:
libs/core/langchain_core/utils/function_calling.py#L615
langchain_core/utils/function_calling.py:615:30: EM101 Exception must not use a string literal, assign to variable first
|
Analysing the code with our lint:
libs/core/langchain_core/utils/function_calling.py#L617
langchain_core/utils/function_calling.py:617:35: W291 Trailing whitespace
|
Analysing the code with our lint:
libs/core/langchain_core/utils/function_calling.py#L628
langchain_core/utils/function_calling.py:628:35: W291 Trailing whitespace
|
Analysing the code with our lint:
libs/core/langchain_core/utils/function_calling.py#L631
langchain_core/utils/function_calling.py:631:30: W291 Trailing whitespace
|
Analysing the code with our lint:
libs/core/langchain_core/utils/function_calling.py#L639
langchain_core/utils/function_calling.py:639:64: W291 Trailing whitespace
|
Analysing the code with our lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading