Add support for parsing logprobs #38
Annotations
10 errors
Ruff (F401):
src/autolabel/models/azure_openai.py#L2
src/autolabel/models/azure_openai.py:2:8: F401 `json` imported but unused
|
Ruff (RUF012):
src/autolabel/models/azure_openai.py#L22
src/autolabel/models/azure_openai.py:22:22: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (COM812):
src/autolabel/models/azure_openai.py#L27
src/autolabel/models/azure_openai.py:27:24: COM812 Trailing comma missing
|
Ruff (RUF012):
src/autolabel/models/azure_openai.py#L31
src/autolabel/models/azure_openai.py:31:29: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (RUF012):
src/autolabel/models/azure_openai.py#L37
src/autolabel/models/azure_openai.py:37:33: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (C405):
src/autolabel/models/azure_openai.py#L44
src/autolabel/models/azure_openai.py:44:31: C405 Unnecessary list literal (rewrite as a set literal)
|
Ruff (RUF012):
src/autolabel/models/azure_openai.py#L44
src/autolabel/models/azure_openai.py:44:31: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
Ruff (COM812):
src/autolabel/models/azure_openai.py#L49
src/autolabel/models/azure_openai.py:49:26: COM812 Trailing comma missing
|
Ruff (COM812):
src/autolabel/models/azure_openai.py#L50
src/autolabel/models/azure_openai.py:50:10: COM812 Trailing comma missing
|
Ruff (C405):
src/autolabel/models/azure_openai.py#L53
src/autolabel/models/azure_openai.py:53:38: C405 Unnecessary list literal (rewrite as a set literal)
|