Wiggle wiggle #10051
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 (W293):
sorts/wiggle_sort.py#L15
sorts/wiggle_sort.py:15:1: W293 Blank line contains whitespace
|