Bump version 0.5.1 → 0.5.2 #24
Annotations
9 errors
Check for code issues (ruff check):
duties.py#L80
duties.py:80:91: E501 Line too long (95 > 90)
|
Check for code issues (ruff check):
src/llmling/server/client.py#L69
src/llmling/server/client.py:69:13: TRY300 Consider moving this statement to an `else` block
|
Check for code issues (ruff check):
src/llmling/server/client.py#L109
src/llmling/server/client.py:109:13: TRY400 Use `logging.exception` instead of `logging.error`
|
Check for code issues (ruff check):
src/llmling/server/client.py#L169
src/llmling/server/client.py:169:20: BLE001 Do not catch blind exception: `Exception`
|
Check for code issues (ruff check):
src/llmling/server/client.py#L191
src/llmling/server/client.py:191:12: BLE001 Do not catch blind exception: `Exception`
|
Check for code issues (ruff check):
src/llmling/server/client.py#L192
src/llmling/server/client.py:192:9: TRY400 Use `logging.exception` instead of `logging.error`
|
Check for code issues (ruff check):
tests/server/test_handshake.py#L149
tests/server/test_handshake.py:149:9: PT018 Assertion should be broken down into multiple parts
|
Check for code issues (ruff check):
tests/server/test_handshake.py#L169
tests/server/test_handshake.py:169:32: EM101 Exception must not use a string literal, assign to variable first
|
Check for code issues (ruff check)
Process completed with exit code 1.
|
Loading