Added custom_feature_enabled flag in market_socket #12
Annotations
10 errors
|
Ruff (BLE001):
src/polymarket_apis/clients/websockets_client.py#L192
src/polymarket_apis/clients/websockets_client.py:192:20: BLE001 Do not catch blind exception: `Exception`
|
|
Ruff (BLE001):
src/polymarket_apis/clients/websockets_client.py#L189
src/polymarket_apis/clients/websockets_client.py:189:32: BLE001 Do not catch blind exception: `Exception`
|
|
Ruff (D205):
src/polymarket_apis/clients/websockets_client.py#L173
src/polymarket_apis/clients/websockets_client.py:173:9: D205 1 blank line required between summary line and description
|
|
Ruff (BLE001):
src/polymarket_apis/clients/websockets_client.py#L166
src/polymarket_apis/clients/websockets_client.py:166:20: BLE001 Do not catch blind exception: `Exception`
|
|
Ruff (BLE001):
src/polymarket_apis/clients/websockets_client.py#L163
src/polymarket_apis/clients/websockets_client.py:163:32: BLE001 Do not catch blind exception: `Exception`
|
|
Ruff (D205):
src/polymarket_apis/clients/websockets_client.py#L146
src/polymarket_apis/clients/websockets_client.py:146: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
|