Skip to content

Create permutations_of_an_array.py #9381

Create permutations_of_an_array.py

Create permutations_of_an_array.py #9381

Triggered via pull request July 17, 2024 06:43
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 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:24: PIE808 Unnecessary `start` argument in `range`
Ruff (PIE808): data_structures/arrays/permutations_of_an_array.py#L13
data_structures/arrays/permutations_of_an_array.py:13:24: PIE808 Unnecessary `start` argument in `range`
ruff
Process completed with exit code 1.