Fixes #12192 #11633
Annotations
4 errors
Ruff (E501):
sorts/topological_sort.py#L19
sorts/topological_sort.py:19:89: E501 Line too long (96 > 88)
|
Ruff (W291):
sorts/topological_sort.py#L50
sorts/topological_sort.py:50:19: W291 Trailing whitespace
|
Ruff (W292):
sorts/topological_sort.py#L52
sorts/topological_sort.py:52:16: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|