Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/labelbox/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dev-dependencies = [
line-length = 80

[tool.ruff.lint]
ignore = ["F841", "E722", "F811", "F402", "F601", "F403", "F821", "F541"]
ignore = ["F841", "E722", "F811", "F403", "F821", "F541"]
exclude = ["**/__init__.py"]

[tool.rye.scripts]
Expand Down
2 changes: 0 additions & 2 deletions libs/labelbox/tests/data/annotation_import/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2374,7 +2374,6 @@ def expected_export_v2_llm_prompt_response_creation():
"name": "first_radio_answer",
"value": "first_radio_answer",
},
"name": "radio-response",
"value": "radio-response",
},
],
Expand Down Expand Up @@ -2433,7 +2432,6 @@ def expected_export_v2_llm_response_creation():
"name": "first_radio_answer",
"value": "first_radio_answer",
},
"name": "radio-response",
"value": "radio-response",
},
],
Expand Down
4 changes: 0 additions & 4 deletions libs/labelbox/tests/data/metrics/iou/data_row/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def matching_checklist():
"featureId": "1234567890111213141516171",
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
"uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a",
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
"answers": [
{
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
Expand Down Expand Up @@ -319,7 +318,6 @@ def partially_matching_checklist_1():
"featureId": "1234567890111213141516171",
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
"uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a",
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
"answers": [
{
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
Expand Down Expand Up @@ -359,7 +357,6 @@ def partially_matching_checklist_2():
"featureId": "1234567890111213141516171",
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
"uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a",
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
"answers": [
{
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
Expand Down Expand Up @@ -397,7 +394,6 @@ def partially_matching_checklist_3():
"featureId": "1234567890111213141516171",
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
"uuid": "76e0dcea-fe46-43e5-95f5-a5e3f378520a",
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
"answers": [
{
"schemaId": "ckppid25v0000aeyjmxfwlc7t",
Expand Down
Loading