Skip to content

Created set_matrix_zeroes.py #15065

Created set_matrix_zeroes.py

Created set_matrix_zeroes.py #15065

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
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`