Skip to content

Allow sending label descriptions to the LLM (#945) #24

Allow sending label descriptions to the LLM (#945)

Allow sending label descriptions to the LLM (#945) #24

Triggered via push December 15, 2024 09:31
Status Failure
Total duration 16s
Artifacts

ruff.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (PLR0913): src/autolabel/labeler.py#L78
src/autolabel/labeler.py:78:9: PLR0913 Too many arguments in function definition (11 > 5)
Ruff (FA100): src/autolabel/labeler.py#L80
src/autolabel/labeler.py:80:17: FA100 Add `from __future__ import annotations` to simplify `typing.Union`
Ruff (FBT002): src/autolabel/labeler.py#L81
src/autolabel/labeler.py:81:9: FBT002 Boolean default positional argument in function definition
Ruff (FA100): src/autolabel/labeler.py#L81
src/autolabel/labeler.py:81:16: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
Ruff (FA100): src/autolabel/labeler.py#L82
src/autolabel/labeler.py:82:27: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
Ruff (FA100): src/autolabel/labeler.py#L83
src/autolabel/labeler.py:83:29: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
Ruff (FA100): src/autolabel/labeler.py#L83
src/autolabel/labeler.py:83:38: FA100 Add `from __future__ import annotations` to simplify `typing.Dict`
Ruff (B006): src/autolabel/labeler.py#L83
src/autolabel/labeler.py:83:70: B006 Do not use mutable data structures for argument defaults
Ruff (FBT002): src/autolabel/labeler.py#L84
src/autolabel/labeler.py:84:9: FBT002 Boolean default positional argument in function definition
Ruff (FA100): src/autolabel/labeler.py#L84
src/autolabel/labeler.py:84:25: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`