Allow sending label descriptions to the LLM #21
Annotations
10 errors
Run astral-sh/ruff-action@v1:
src/autolabel/labeler.py#L78
src/autolabel/labeler.py:78:9: PLR0913 Too many arguments in function definition (11 > 5)
|
Run astral-sh/ruff-action@v1:
src/autolabel/labeler.py#L80
src/autolabel/labeler.py:80:17: FA100 Add `from __future__ import annotations` to simplify `typing.Union`
|
Run astral-sh/ruff-action@v1:
src/autolabel/labeler.py#L81
src/autolabel/labeler.py:81:9: FBT002 Boolean default positional argument in function definition
|
Run astral-sh/ruff-action@v1:
src/autolabel/labeler.py#L81
src/autolabel/labeler.py:81:16: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
|
Run astral-sh/ruff-action@v1:
src/autolabel/labeler.py#L82
src/autolabel/labeler.py:82:27: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
|
Run astral-sh/ruff-action@v1:
src/autolabel/labeler.py#L83
src/autolabel/labeler.py:83:29: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
|
Run astral-sh/ruff-action@v1:
src/autolabel/labeler.py#L83
src/autolabel/labeler.py:83:38: FA100 Add `from __future__ import annotations` to simplify `typing.Dict`
|
Run astral-sh/ruff-action@v1:
src/autolabel/labeler.py#L83
src/autolabel/labeler.py:83:70: B006 Do not use mutable data structures for argument defaults
|
Run astral-sh/ruff-action@v1:
src/autolabel/labeler.py#L84
src/autolabel/labeler.py:84:9: FBT002 Boolean default positional argument in function definition
|
Run astral-sh/ruff-action@v1:
src/autolabel/labeler.py#L84
src/autolabel/labeler.py:84:25: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
|
Loading