Created set_matrix_zeroes.py #15064
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`
|