feat(other): add grocery store cart model #17665
Annotations
4 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
other/grocery_store_cart.py#L46
other/grocery_store_cart.py:46:89: E501 Line too long (91 > 88)
|
|
Run uvx ruff check --output-format=github .:
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
|
|
Run uvx ruff check --output-format=github .:
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
|
Loading