feat(other): add grocery store cart model #17665
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
|