use hatch instead of poetry #479
Annotations
10 errors and 2 warnings
examples/chat-with-history.py#L26
examples/chat-with-history.py:26:14: RUF005 Consider iterable unpacking instead of concatenation
|
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
|
tests/test_client.py#L1071
tests/test_client.py:1071:5: PIE790 Unnecessary `pass` statement
|
tests/test_client.py#L1078
tests/test_client.py:1078:5: PIE790 Unnecessary `pass` statement
|
tests/test_utils.py#L40
tests/test_utils.py:40:5: PIE790 Unnecessary `pass` statement
|
tests/test_utils.py#L67
tests/test_utils.py:67:7: PIE790 Unnecessary `pass` statement
|
tests/test_utils.py#L94
tests/test_utils.py:94:7: PIE790 Unnecessary `pass` statement
|
tests/test_utils.py#L104
tests/test_utils.py:104:12: C401 Unnecessary generator (rewrite as a set comprehension)
|
tests/test_utils.py#L136
tests/test_utils.py:136:5: PIE790 Unnecessary `pass` statement
|
tests/test_utils.py#L158
tests/test_utils.py:158:5: PIE790 Unnecessary `pass` statement
|
|
|
The logs for this run have expired and are no longer available.
Loading