Move linting to pre-commit
#9
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
|