Add Dutch National Flag sorting algorithm #16189
Annotations
9 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (invalid-syntax):
data_structures/arrays/dutch_national_flag_sort.py#L108
data_structures/arrays/dutch_national_flag_sort.py:108:35: invalid-syntax: Expected a statement
|
|
Ruff (W291):
data_structures/arrays/dutch_national_flag_sort.py#L108
data_structures/arrays/dutch_national_flag_sort.py:108:34: W291 Trailing whitespace
|
|
Ruff (invalid-syntax):
data_structures/arrays/dutch_national_flag_sort.py#L108
data_structures/arrays/dutch_national_flag_sort.py:108:33: invalid-syntax: Got unexpected token ?
|
|
Ruff (invalid-syntax):
data_structures/arrays/dutch_national_flag_sort.py#L108
data_structures/arrays/dutch_national_flag_sort.py:108:21: invalid-syntax: Simple statements must be separated by newlines or semicolons
|
|
Ruff (invalid-syntax):
data_structures/arrays/dutch_national_flag_sort.py#L108
data_structures/arrays/dutch_national_flag_sort.py:108:17: invalid-syntax: Simple statements must be separated by newlines or semicolons
|
|
Ruff (invalid-syntax):
data_structures/arrays/dutch_national_flag_sort.py#L108
data_structures/arrays/dutch_national_flag_sort.py:108:9: invalid-syntax: Simple statements must be separated by newlines or semicolons
|
|
Ruff (invalid-syntax):
data_structures/arrays/dutch_national_flag_sort.py#L108
data_structures/arrays/dutch_national_flag_sort.py:108:6: invalid-syntax: Simple statements must be separated by newlines or semicolons
|
|
Ruff (E501):
data_structures/arrays/dutch_national_flag_sort.py#L4
data_structures/arrays/dutch_national_flag_sort.py:4:89: E501 Line too long (100 > 88)
|