Skip to content

feat(client): add futures_ticker_socket and futures_coin_ticker_socket #136

feat(client): add futures_ticker_socket and futures_coin_ticker_socket

feat(client): add futures_ticker_socket and futures_coin_ticker_socket #136

Triggered via pull request October 27, 2024 16:39
Status Success
Total duration 1m 55s
Artifacts

python-app.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Ruff (F841): binance/client.py#L1185
binance/client.py:1185:13: F841 Local variable `initial_limit_set` is assigned to but never used
Ruff (E721): binance/helpers.py#L76
binance/helpers.py:76:8: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F401): binance/threaded_stream.py#L6
binance/threaded_stream.py:6:22: F401 `.helpers.get_loop` imported but unused
Ruff (E402): examples/binace_socket_manager.py#L8
examples/binace_socket_manager.py:8:1: E402 Module level import not at top of file
Ruff (E402): examples/binace_socket_manager.py#L10
examples/binace_socket_manager.py:10:1: E402 Module level import not at top of file
Ruff (F811): examples/binace_socket_manager.py#L10
examples/binace_socket_manager.py:10:8: F811 Redefinition of unused `asyncio` from line 3
Ruff (E402): examples/binace_socket_manager.py#L11
examples/binace_socket_manager.py:11:1: E402 Module level import not at top of file
Ruff (E402): examples/create_order.py#L7
examples/create_order.py:7:1: E402 Module level import not at top of file
Ruff (E402): examples/create_order_async.py#L8
examples/create_order_async.py:8:1: E402 Module level import not at top of file
Ruff (E712): tests/test_client.py#L6
tests/test_client.py:6:12: E712 Avoid equality comparisons to `False`; use `if not client.testnet:` for false checks
lint
Process completed with exit code 1.