Skip to content

Add Dutch National Flag sorting algorithm #16189

Add Dutch National Flag sorting algorithm

Add Dutch National Flag sorting algorithm #16189

Triggered via pull request October 29, 2025 17:20
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)