Added doctests to Lowest_common_ancestor.py #12362
Annotations
10 errors and 1 warning
Ruff (W293):
data_structures/binary_tree/lowest_common_ancestor.py#L28
data_structures/binary_tree/lowest_common_ancestor.py:28:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/lowest_common_ancestor.py#L31
data_structures/binary_tree/lowest_common_ancestor.py:31:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/lowest_common_ancestor.py#L33
data_structures/binary_tree/lowest_common_ancestor.py:33:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/lowest_common_ancestor.py#L35
data_structures/binary_tree/lowest_common_ancestor.py:35:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/lowest_common_ancestor.py#L39
data_structures/binary_tree/lowest_common_ancestor.py:39:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/lowest_common_ancestor.py#L42
data_structures/binary_tree/lowest_common_ancestor.py:42:1: W293 Blank line contains whitespace
|
Ruff (E501):
data_structures/binary_tree/lowest_common_ancestor.py#L43
data_structures/binary_tree/lowest_common_ancestor.py:43:89: E501 Line too long (90 > 88)
|
Ruff (W293):
data_structures/binary_tree/lowest_common_ancestor.py#L64
data_structures/binary_tree/lowest_common_ancestor.py:64:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/lowest_common_ancestor.py#L68
data_structures/binary_tree/lowest_common_ancestor.py:68:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/lowest_common_ancestor.py#L109
data_structures/binary_tree/lowest_common_ancestor.py:109:1: W293 Blank line contains whitespace
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|