Skip to content

feat: add crypto price fetcher using httpx #17456

feat: add crypto price fetcher using httpx

feat: add crypto price fetcher using httpx #17456

Triggered via pull request March 20, 2026 12:19
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
ruff (BLE001): web_programming/fetch_crypto_prices.py#L46
web_programming/fetch_crypto_prices.py:46:12: BLE001 Do not catch blind exception: `Exception`
ruff (EM102): 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
ruff (E501): web_programming/fetch_crypto_prices.py#L30
web_programming/fetch_crypto_prices.py:30:89: E501 Line too long (91 > 88)
ruff (EM102): 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
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