Master #12563
Annotations
10 errors
Ruff (ARG001):
data_structures/arrays/find_triplets_with_0_sum.py#L96
data_structures/arrays/find_triplets_with_0_sum.py:96:42: ARG001 Unused function argument: `arr`
|
Ruff (F821):
data_structures/arrays/find_triplets_with_0_sum.py#L122
data_structures/arrays/find_triplets_with_0_sum.py:122:5: F821 Undefined name `nums`
|
Ruff (F821):
data_structures/arrays/find_triplets_with_0_sum.py#L124
data_structures/arrays/find_triplets_with_0_sum.py:124:13: F821 Undefined name `nums`
|
Ruff (F821):
data_structures/arrays/find_triplets_with_0_sum.py#L129
data_structures/arrays/find_triplets_with_0_sum.py:129:22: F821 Undefined name `nums`
|
Ruff (F821):
data_structures/arrays/find_triplets_with_0_sum.py#L129
data_structures/arrays/find_triplets_with_0_sum.py:129:33: F821 Undefined name `nums`
|
Ruff (F821):
data_structures/arrays/find_triplets_with_0_sum.py#L135
data_structures/arrays/find_triplets_with_0_sum.py:135:21: F821 Undefined name `nums`
|
Ruff (F821):
data_structures/arrays/find_triplets_with_0_sum.py#L135
data_structures/arrays/find_triplets_with_0_sum.py:135:31: F821 Undefined name `nums`
|
Ruff (F821):
data_structures/arrays/find_triplets_with_0_sum.py#L135
data_structures/arrays/find_triplets_with_0_sum.py:135:44: F821 Undefined name `nums`
|
Ruff (F821):
data_structures/arrays/find_triplets_with_0_sum.py#L139
data_structures/arrays/find_triplets_with_0_sum.py:139:34: F821 Undefined name `nums`
|
Ruff (F821):
data_structures/arrays/find_triplets_with_0_sum.py#L139
data_structures/arrays/find_triplets_with_0_sum.py:139:43: F821 Undefined name `nums`
|