Skip to content

Move linting to pre-commit #9

Move linting to pre-commit

Move linting to pre-commit #9

Triggered via pull request January 13, 2025 09:20
Status Failure
Total duration 1m 57s
Artifacts

pre-commit.yml

on: pull_request
Matrix: pre-commit
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (UP035): benchmarks/backend_request_func.py#L7
benchmarks/backend_request_func.py:7:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): benchmarks/backend_request_func.py#L38
benchmarks/backend_request_func.py:38:10: UP006 Use `list` instead of `List` for type annotation
Ruff (UP035): benchmarks/benchmark_guided.py#L8
benchmarks/benchmark_guided.py:8:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): benchmarks/benchmark_guided.py#L41
benchmarks/benchmark_guided.py:41:24: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): benchmarks/benchmark_guided.py#L50
benchmarks/benchmark_guided.py:50:14: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): benchmarks/benchmark_guided.py#L51
benchmarks/benchmark_guided.py:51:22: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): benchmarks/benchmark_guided.py#L106
benchmarks/benchmark_guided.py:106:19: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): benchmarks/benchmark_guided.py#L118
benchmarks/benchmark_guided.py:118:18: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): benchmarks/benchmark_guided.py#L119
benchmarks/benchmark_guided.py:119:26: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): benchmarks/benchmark_guided.py#L192
benchmarks/benchmark_guided.py:192:50: UP006 Use `list` instead of `List` for type annotation