Skip to content

Updation DNF sorting algo to make hacktoberfest contribution #10048

Updation DNF sorting algo to make hacktoberfest contribution

Updation DNF sorting algo to make hacktoberfest contribution #10048

Triggered via pull request October 2, 2024 15:00
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E501): sorts/dutch_national_flag_sort.py#L3
sorts/dutch_national_flag_sort.py:3:89: E501 Line too long (93 > 88)
Ruff (W291): sorts/dutch_national_flag_sort.py#L3
sorts/dutch_national_flag_sort.py:3:93: W291 Trailing whitespace
Ruff (E501): sorts/dutch_national_flag_sort.py#L6
sorts/dutch_national_flag_sort.py:6:89: E501 Line too long (94 > 88)
Ruff (W291): sorts/dutch_national_flag_sort.py#L6
sorts/dutch_national_flag_sort.py:6:94: W291 Trailing whitespace
Ruff (E501): sorts/dutch_national_flag_sort.py#L7
sorts/dutch_national_flag_sort.py:7:89: E501 Line too long (93 > 88)
Ruff (W291): sorts/dutch_national_flag_sort.py#L7
sorts/dutch_national_flag_sort.py:7:93: W291 Trailing whitespace
Ruff (EM102): sorts/dutch_national_flag_sort.py#L78
sorts/dutch_national_flag_sort.py:78:30: EM102 Exception must not use an f-string literal, assign to variable first
Ruff (E501): sorts/dutch_national_flag_sort.py#L78
sorts/dutch_national_flag_sort.py:78:89: E501 Line too long (107 > 88)
Ruff (W293): sorts/dutch_national_flag_sort.py#L79
sorts/dutch_national_flag_sort.py:79:1: W293 Blank line contains whitespace
ruff
Process completed with exit code 1.