feat: add crypto price fetcher using httpx #17455
Annotations
10 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W292):
web_programming/fetch_crypto_prices.py#L41
web_programming/fetch_crypto_prices.py:41:29: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (BLE001):
web_programming/fetch_crypto_prices.py#L40
web_programming/fetch_crypto_prices.py:40:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (W293):
web_programming/fetch_crypto_prices.py#L31
web_programming/fetch_crypto_prices.py:31:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (EM102):
web_programming/fetch_crypto_prices.py#L30
web_programming/fetch_crypto_prices.py:30:30: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|
|
ruff (W293):
web_programming/fetch_crypto_prices.py#L27
web_programming/fetch_crypto_prices.py:27:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (E501):
web_programming/fetch_crypto_prices.py#L26
web_programming/fetch_crypto_prices.py:26:89: E501 Line too long (105 > 88)
|
|
ruff (EM102):
web_programming/fetch_crypto_prices.py#L26
web_programming/fetch_crypto_prices.py:26:30: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|
|
ruff (W293):
web_programming/fetch_crypto_prices.py#L22
web_programming/fetch_crypto_prices.py:22:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (I001):
web_programming/fetch_crypto_prices.py#L6
web_programming/fetch_crypto_prices.py:6:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|