Upstream merge 25 03 03 #273
Annotations
10 errors
Ruff (UP035):
benchmarks/profiling/benchmark_latency.py#L10
benchmarks/profiling/benchmark_latency.py:10:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP006):
benchmarks/profiling/benchmark_latency.py#L91
benchmarks/profiling/benchmark_latency.py:91:20: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP035):
benchmarks/profiling/benchmark_throughput.py#L12
benchmarks/profiling/benchmark_throughput.py:12:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (UP035):
benchmarks/profiling/benchmark_throughput.py#L12
benchmarks/profiling/benchmark_throughput.py:12:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP035):
benchmarks/profiling/benchmark_throughput.py#L12
benchmarks/profiling/benchmark_throughput.py:12:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
Ruff (UP006):
benchmarks/profiling/benchmark_throughput.py#L78
benchmarks/profiling/benchmark_throughput.py:78:23: UP006 Use `dict` instead of `Dict` for type annotation
|
Ruff (UP006):
benchmarks/profiling/benchmark_throughput.py#L83
benchmarks/profiling/benchmark_throughput.py:83:6: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Ruff (UP006):
benchmarks/profiling/benchmark_throughput.py#L95
benchmarks/profiling/benchmark_throughput.py:95:50: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
benchmarks/profiling/benchmark_throughput.py#L113
benchmarks/profiling/benchmark_throughput.py:113:23: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
benchmarks/profiling/benchmark_throughput.py#L169
benchmarks/profiling/benchmark_throughput.py:169:15: UP006 Use `list` instead of `List` for type annotation
|