Skip to content

Update openai gpt-4o pricing #32

Update openai gpt-4o pricing

Update openai gpt-4o pricing #32

Triggered via push December 31, 2024 03:33
Status Failure
Total duration 17s
Artifacts

ruff.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (C405): src/autolabel/models/openai.py#L20
src/autolabel/models/openai.py:20:26: C405 Unnecessary list literal (rewrite as a set literal)
Ruff (RUF012): src/autolabel/models/openai.py#L20
src/autolabel/models/openai.py:20:26: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (C405): src/autolabel/models/openai.py#L40
src/autolabel/models/openai.py:40:31: C405 Unnecessary list literal (rewrite as a set literal)
Ruff (RUF012): src/autolabel/models/openai.py#L40
src/autolabel/models/openai.py:40:31: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (C405): src/autolabel/models/openai.py#L63
src/autolabel/models/openai.py:63:29: C405 Unnecessary list literal (rewrite as a set literal)
Ruff (RUF012): src/autolabel/models/openai.py#L63
src/autolabel/models/openai.py:63:29: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (C405): src/autolabel/models/openai.py#L76
src/autolabel/models/openai.py:76:35: C405 Unnecessary list literal (rewrite as a set literal)
Ruff (RUF012): src/autolabel/models/openai.py#L76
src/autolabel/models/openai.py:76:35: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): src/autolabel/models/openai.py#L86
src/autolabel/models/openai.py:86:40: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): src/autolabel/models/openai.py#L92
src/autolabel/models/openai.py:92:34: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`