Added doctests to Lowest_common_ancestor.py #12359
Annotations
5 errors and 1 warning
Ruff (I001):
data_structures/binary_tree/lowest_common_ancestor.py#L4
data_structures/binary_tree/lowest_common_ancestor.py:4:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
data_structures/binary_tree/lowest_common_ancestor.py#L30
data_structures/binary_tree/lowest_common_ancestor.py:30:89: E501 Line too long (106 > 88)
|
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 (114 > 88)
|
Ruff (E501):
data_structures/binary_tree/lowest_common_ancestor.py#L66
data_structures/binary_tree/lowest_common_ancestor.py:66:89: E501 Line too long (90 > 88)
|
ruff
Process completed with exit code 1.
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|