Create permutations_of_an_array.py #9380
Annotations
7 errors
Ruff (N801):
data_structures/arrays/permutations_of_an_array.py#L1
data_structures/arrays/permutations_of_an_array.py:1:7: N801 Class name `permutation` should use CapWords convention
|
Ruff (PIE808):
data_structures/arrays/permutations_of_an_array.py#L5
data_structures/arrays/permutations_of_an_array.py:5:25: PIE808 Unnecessary `start` argument in `range`
|
Ruff (W293):
data_structures/arrays/permutations_of_an_array.py#L8
data_structures/arrays/permutations_of_an_array.py:8:1: W293 Blank line contains whitespace
|
Ruff (PIE808):
data_structures/arrays/permutations_of_an_array.py#L13
data_structures/arrays/permutations_of_an_array.py:13:25: PIE808 Unnecessary `start` argument in `range`
|
Ruff (W293):
data_structures/arrays/permutations_of_an_array.py#L17
data_structures/arrays/permutations_of_an_array.py:17:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/arrays/permutations_of_an_array.py#L27
data_structures/arrays/permutations_of_an_array.py:27:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|