Update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13 #1075
Annotations
10 errors
|
Ruff (UP045):
vllm/utils.py#L365
vllm/utils.py:365:53: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
vllm/utils.py#L364
vllm/utils.py:364:22: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
vllm/utils.py#L342
vllm/utils.py:342:16: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
vllm/utils.py#L341
vllm/utils.py:341:53: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
vllm/utils.py#L340
vllm/utils.py:340:22: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
vllm/utils.py#L330
vllm/utils.py:330:34: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
vllm/utils.py#L255
vllm/utils.py:255:29: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
tests/compile/test_full_graph.py#L18
tests/compile/test_full_graph.py:18:48: UP045 Use `X | None` for type annotations
|
|
Ruff (invalid-syntax):
.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py#L187
.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py:187:56: invalid-syntax: Cannot use an escape sequence (backslash) in f-strings on Python 3.9 (syntax was added in Python 3.12)
|
|
Ruff (invalid-syntax):
.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py#L187
.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py:187:39: invalid-syntax: Cannot use an escape sequence (backslash) in f-strings on Python 3.9 (syntax was added in Python 3.12)
|