Skip to content

Created set_matrix_zeroes.py #15064

Created set_matrix_zeroes.py

Created set_matrix_zeroes.py #15064

Triggered via pull request October 9, 2025 10:45
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (W293): data_structures/arrays/set_matrix_zeroes.py#L35
data_structures/arrays/set_matrix_zeroes.py:35:1: W293 Blank line contains whitespace
Ruff (N802): data_structures/arrays/set_matrix_zeroes.py#L2
data_structures/arrays/set_matrix_zeroes.py:2:9: N802 Function name `setZeroes` should be lowercase
Ruff (UP004): data_structures/arrays/set_matrix_zeroes.py#L1
data_structures/arrays/set_matrix_zeroes.py:1:16: UP004 Class `Solution` inherits from `object`