: code benchmarking support #1678
Open
Annotations
10 errors and 1 warning
|
Ruff linter:
code_benchmark/code_benchmark.py#L131
code_benchmark/code_benchmark.py:131:62: UP006 Use `dict` instead of `Dict` for type annotation
|
|
Ruff linter:
code_benchmark/code_benchmark.py#L131
code_benchmark/code_benchmark.py:131:53: UP045 Use `X | None` for type annotations
|
|
Ruff linter:
code_benchmark/code_benchmark.py#L131
code_benchmark/code_benchmark.py:131:46: UP006 Use `dict` instead of `Dict` for type annotation
|
|
Ruff linter:
code_benchmark/code_benchmark.py#L131
code_benchmark/code_benchmark.py:131:37: UP045 Use `X | None` for type annotations
|
|
Ruff linter:
code_benchmark/code_benchmark.py#L119
code_benchmark/code_benchmark.py:119:13: F841 Local variable `result` is assigned to but never used
|
|
Ruff linter:
code_benchmark/code_benchmark.py#L83
code_benchmark/code_benchmark.py:83:13: F841 Local variable `result` is assigned to but never used
|
|
Ruff linter:
code_benchmark/code_benchmark.py#L14
code_benchmark/code_benchmark.py:14:26: F401 `typing.List` imported but unused
|
|
Ruff linter:
code_benchmark/code_benchmark.py#L14
code_benchmark/code_benchmark.py:14:1: UP035 `typing.List` is deprecated, use `list` instead
|
|
Ruff linter:
code_benchmark/code_benchmark.py#L14
code_benchmark/code_benchmark.py:14:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
Ruff linter:
code_benchmark/code_benchmark.py#L7
code_benchmark/code_benchmark.py:7:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff linter
Could not parse version from /home/runner/work/kaito/kaito/pyproject.toml. Using latest version.
|
Loading