feat: add crypto price fetcher using httpx #14420
Closed
Annotations
6 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
web_programming/fetch_crypto_prices.py#L46
web_programming/fetch_crypto_prices.py:46:12: BLE001 Do not catch blind exception: `Exception`
|
|
Run uvx ruff check --output-format=github .:
web_programming/fetch_crypto_prices.py#L35
web_programming/fetch_crypto_prices.py:35:30: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|
|
Run uvx ruff check --output-format=github .:
web_programming/fetch_crypto_prices.py#L30
web_programming/fetch_crypto_prices.py:30:89: E501 Line too long (91 > 88)
|
|
Run uvx ruff check --output-format=github .:
web_programming/fetch_crypto_prices.py#L30
web_programming/fetch_crypto_prices.py:30:17: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|
|
Run uvx ruff check --output-format=github .:
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
|
Loading