Skip to content

Added new algorithm to generate numbers in lexicographical order #10018

Added new algorithm to generate numbers in lexicographical order

Added new algorithm to generate numbers in lexicographical order #10018

Triggered via pull request October 2, 2024 10:50
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (E501): data_structures/stacks/lexicographical_numbers.py#L3
data_structures/stacks/lexicographical_numbers.py:3:89: E501 Line too long (94 > 88)
Ruff (W293): data_structures/stacks/lexicographical_numbers.py#L22
data_structures/stacks/lexicographical_numbers.py:22:1: W293 Blank line contains whitespace
Ruff (W291): data_structures/stacks/lexicographical_numbers.py#L24
data_structures/stacks/lexicographical_numbers.py:24:28: W291 Trailing whitespace
Ruff (W293): data_structures/stacks/lexicographical_numbers.py#L32
data_structures/stacks/lexicographical_numbers.py:32:1: W293 Blank line contains whitespace
ruff
Process completed with exit code 1.