use hatch instead of poetry #479
Annotations
10 errors and 3 warnings
Ruff (RUF005):
examples/chat-with-history.py#L26
examples/chat-with-history.py:26:14: RUF005 Consider iterable unpacking instead of concatenation
|
Ruff (SIM108):
examples/multimodal-generate.py#L11
examples/multimodal-generate.py:11:1: SIM108 Use ternary operator `num = int(sys.argv[1]) if len(sys.argv) > 1 else random.randint(1, latest.json().get('num'))` instead of `if`-`else`-block
|
Ruff (PIE790):
tests/test_client.py#L1071
tests/test_client.py:1071:5: PIE790 Unnecessary `pass` statement
|
Ruff (PIE790):
tests/test_client.py#L1078
tests/test_client.py:1078:5: PIE790 Unnecessary `pass` statement
|
Ruff (PIE790):
tests/test_utils.py#L40
tests/test_utils.py:40:5: PIE790 Unnecessary `pass` statement
|
Ruff (PIE790):
tests/test_utils.py#L67
tests/test_utils.py:67:7: PIE790 Unnecessary `pass` statement
|
Ruff (PIE790):
tests/test_utils.py#L94
tests/test_utils.py:94:7: PIE790 Unnecessary `pass` statement
|
Ruff (C401):
tests/test_utils.py#L104
tests/test_utils.py:104:12: C401 Unnecessary generator (rewrite as a set comprehension)
|
Ruff (PIE790):
tests/test_utils.py#L136
tests/test_utils.py:136:5: PIE790 Unnecessary `pass` statement
|
Ruff (PIE790):
tests/test_utils.py#L158
tests/test_utils.py:158:5: PIE790 Unnecessary `pass` statement
|
lint
Cache not found for keys: setup-uv-1-x86_64-unknown-linux-gnu-3.12.3-66172039fa55d665bd9b3c33898e95ed54567a16fea86fb578c78b386cf1ce50
|
lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
test
Cache not found for keys: setup-uv-1-x86_64-unknown-linux-gnu-3.12.3-66172039fa55d665bd9b3c33898e95ed54567a16fea86fb578c78b386cf1ce50
|