Added the doctests - Contributes to #9943 #15946
Annotations
6 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
matrix/count_islands_in_matrix.py#L67
matrix/count_islands_in_matrix.py:67:89: E501 Line too long (107 > 88)
|
|
Ruff (E501):
matrix/count_islands_in_matrix.py#L46
matrix/count_islands_in_matrix.py:46:89: E501 Line too long (94 > 88)
|
|
Ruff (E501):
matrix/count_islands_in_matrix.py#L25
matrix/count_islands_in_matrix.py:25:89: E501 Line too long (89 > 88)
|
|
Ruff (E501):
matrix/count_islands_in_matrix.py#L9
matrix/count_islands_in_matrix.py:9:89: E501 Line too long (90 > 88)
|
|
Ruff (E501):
matrix/count_islands_in_matrix.py#L8
matrix/count_islands_in_matrix.py:8:89: E501 Line too long (89 > 88)
|