ruff #1452
Closed
ruff #1452
Annotations
11 errors
Lint code with Ruff:
binance/client.py#L9
binance/client.py:9:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Lint code with Ruff:
binance/client.py#L9
binance/client.py:9:1: UP035 `typing.List` is deprecated, use `list` instead
|
Lint code with Ruff:
binance/client.py#L9
binance/client.py:9:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
Lint code with Ruff:
binance/client.py#L155
binance/client.py:155:35: UP006 Use `dict` instead of `Dict` for type annotation
|
Lint code with Ruff:
binance/client.py#L200
binance/client.py:200:31: UP006 Use `dict` instead of `Dict` for type annotation
|
Lint code with Ruff:
binance/client.py#L314
binance/client.py:314:41: UP006 Use `dict` instead of `Dict` for type annotation
|
Lint code with Ruff:
binance/client.py#L334
binance/client.py:334:29: UP006 Use `dict` instead of `Dict` for type annotation
|
Lint code with Ruff:
binance/client.py#L334
binance/client.py:334:38: UP006 Use `list` instead of `List` for type annotation
|
Lint code with Ruff:
binance/client.py#L334
binance/client.py:334:43: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Lint code with Ruff:
binance/client.py#L357
binance/client.py:357:10: UP006 Use `dict` instead of `Dict` for type annotation
|
Check code formatting with Ruff
Process completed with exit code 1.
|
Loading