Skip to content

Added matrix_zero_problem.py #11496

Added matrix_zero_problem.py

Added matrix_zero_problem.py #11496

Triggered via pull request October 21, 2024 16:49
Status Failure
Total duration 32s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (N802): data_structures/arrays/matrix_zero_problem.py#L1
data_structures/arrays/matrix_zero_problem.py:1:5: N802 Function name `setZeroes` should be lowercase
Ruff (W293): data_structures/arrays/matrix_zero_problem.py#L4
data_structures/arrays/matrix_zero_problem.py:4:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/arrays/matrix_zero_problem.py#L8
data_structures/arrays/matrix_zero_problem.py:8:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/arrays/matrix_zero_problem.py#L13
data_structures/arrays/matrix_zero_problem.py:13:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/arrays/matrix_zero_problem.py#L18
data_structures/arrays/matrix_zero_problem.py:18:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/arrays/matrix_zero_problem.py#L25
data_structures/arrays/matrix_zero_problem.py:25:1: W293 Blank line contains whitespace
ruff
Process completed with exit code 1.