Skip to content

Added best_bid_ask event type #16

Added best_bid_ask event type

Added best_bid_ask event type #16

Triggered via push January 22, 2026 14:49
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (BLE001): src/polymarket_apis/clients/websockets_client.py#L198
src/polymarket_apis/clients/websockets_client.py:198:20: BLE001 Do not catch blind exception: `Exception`
Ruff (BLE001): src/polymarket_apis/clients/websockets_client.py#L195
src/polymarket_apis/clients/websockets_client.py:195:32: BLE001 Do not catch blind exception: `Exception`
Ruff (D205): src/polymarket_apis/clients/websockets_client.py#L179
src/polymarket_apis/clients/websockets_client.py:179:9: D205 1 blank line required between summary line and description
Ruff (BLE001): src/polymarket_apis/clients/websockets_client.py#L172
src/polymarket_apis/clients/websockets_client.py:172:20: BLE001 Do not catch blind exception: `Exception`
Ruff (BLE001): src/polymarket_apis/clients/websockets_client.py#L169
src/polymarket_apis/clients/websockets_client.py:169:32: BLE001 Do not catch blind exception: `Exception`
Ruff (D205): src/polymarket_apis/clients/websockets_client.py#L152
src/polymarket_apis/clients/websockets_client.py:152:9: D205 1 blank line required between summary line and description
Ruff (RUF032): src/polymarket_apis/clients/web3_client.py#L263
src/polymarket_apis/clients/web3_client.py:263:47: RUF032 `Decimal()` called with float literal argument
Ruff (RUF032): src/polymarket_apis/clients/web3_client.py#L252
src/polymarket_apis/clients/web3_client.py:252:47: RUF032 `Decimal()` called with float literal argument
Ruff (SIM108): src/polymarket_apis/clients/gamma_client.py#L165
src/polymarket_apis/clients/gamma_client.py:165:9: SIM108 Use ternary operator `final_search_args = search_args if search_args else EventSearchArgs(**kwargs)` instead of `if`-`else`-block
Ruff (SIM108): src/polymarket_apis/clients/gamma_client.py#L113
src/polymarket_apis/clients/gamma_client.py:113:9: SIM108 Use ternary operator `final_search_args = search_args if search_args else MarketSearchArgs(**kwargs)` instead of `if`-`else`-block