Skip to content

Master

Master #12562

Triggered via pull request February 23, 2025 12:09
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (ARG001): data_structures/arrays/find_triplets_with_0_sum.py#L94
data_structures/arrays/find_triplets_with_0_sum.py:94:42: ARG001 Unused function argument: `arr`
Ruff (F821): data_structures/arrays/find_triplets_with_0_sum.py#L120
data_structures/arrays/find_triplets_with_0_sum.py:120:5: F821 Undefined name `nums`
Ruff (F821): data_structures/arrays/find_triplets_with_0_sum.py#L122
data_structures/arrays/find_triplets_with_0_sum.py:122:13: F821 Undefined name `nums`
Ruff (F821): data_structures/arrays/find_triplets_with_0_sum.py#L127
data_structures/arrays/find_triplets_with_0_sum.py:127:22: F821 Undefined name `nums`
Ruff (F821): data_structures/arrays/find_triplets_with_0_sum.py#L127
data_structures/arrays/find_triplets_with_0_sum.py:127:33: F821 Undefined name `nums`
Ruff (F821): data_structures/arrays/find_triplets_with_0_sum.py#L133
data_structures/arrays/find_triplets_with_0_sum.py:133:21: F821 Undefined name `nums`
Ruff (F821): data_structures/arrays/find_triplets_with_0_sum.py#L133
data_structures/arrays/find_triplets_with_0_sum.py:133:31: F821 Undefined name `nums`
Ruff (F821): data_structures/arrays/find_triplets_with_0_sum.py#L133
data_structures/arrays/find_triplets_with_0_sum.py:133:44: F821 Undefined name `nums`
Ruff (E501): data_structures/arrays/find_triplets_with_0_sum.py#L133
data_structures/arrays/find_triplets_with_0_sum.py:133:89: E501 Line too long (91 > 88)
Ruff (F821): data_structures/arrays/find_triplets_with_0_sum.py#L137
data_structures/arrays/find_triplets_with_0_sum.py:137:34: F821 Undefined name `nums`