new approach to sorting #133
Annotations
7 errors
Lint with Ruff:
ausankey/ausankey.py#L38
ausankey/ausankey.py:38:5: FBT002 Boolean default positional argument in function definition
|
Lint with Ruff:
ausankey/ausankey.py#L392
ausankey/ausankey.py:392:9: F841 Local variable `nodes_lr` is assigned to but never used
|
Lint with Ruff:
ausankey/ausankey.py#L544
ausankey/ausankey.py:544:9: B007 Loop control variable `i` not used within loop body
|
Lint with Ruff:
ausankey/ausankey.py#L545
ausankey/ausankey.py:545:13: B007 Loop control variable `j` not used within loop body
|
Lint with Ruff:
ausankey/ausankey.py#L628
ausankey/ausankey.py:628:16: C414 Unnecessary `list` call within `sorted()`
|
Lint with Ruff:
ausankey/ausankey.py#L662
ausankey/ausankey.py:662:16: C414 Unnecessary `list` call within `sorted()`
|
Lint with Ruff
Process completed with exit code 1.
|
Loading