Added doctests to Lowest_common_ancestor.py #12361
Annotations
4 errors and 1 warning
Ruff (I001):
data_structures/binary_tree/lowest_common_ancestor.py#L1
data_structures/binary_tree/lowest_common_ancestor.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
data_structures/binary_tree/lowest_common_ancestor.py#L40
data_structures/binary_tree/lowest_common_ancestor.py:40:89: E501 Line too long (90 > 88)
|
Ruff (E501):
data_structures/binary_tree/lowest_common_ancestor.py#L68
data_structures/binary_tree/lowest_common_ancestor.py:68: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
|