Skip to content

feat(other): add grocery store cart model (v3) #17672

feat(other): add grocery store cart model (v3)

feat(other): add grocery store cart model (v3) #17672

Triggered via pull request April 13, 2026 09:15
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
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