Skip to content

feat(other): add grocery store cart model #17665

feat(other): add grocery store cart model

feat(other): add grocery store cart model #17665

Triggered via pull request April 13, 2026 08:45
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
ruff (E501): other/grocery_store_cart.py#L46
other/grocery_store_cart.py:46:89: E501 Line too long (91 > 88)
ruff (EM102): other/grocery_store_cart.py#L38
other/grocery_store_cart.py:38:28: EM102 Exception must not use an f-string literal, assign to variable first help: Assign to variable; remove f-string literal
ruff (EM102): other/grocery_store_cart.py#L28
other/grocery_store_cart.py:28:28: EM102 Exception must not use an f-string literal, assign to variable first help: Assign to variable; remove f-string literal