Skip to content

Added the doctests - Contributes to #9943 #15947

Added the doctests - Contributes to #9943

Added the doctests - Contributes to #9943 #15947

Triggered via pull request October 23, 2025 15:47
Status Failure
Total duration 18s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)