kiwi/app/models/schemas
pyr0ball c18bfec8f5
Some checks are pending
CI / Backend (Python) (push) Waiting to run
CI / Frontend (Vue) (push) Waiting to run
Mirror / mirror (push) Waiting to run
fix(lint): add ruff config, fix all lint errors for GitHub CI
- pyproject.toml: add [tool.ruff] config suppressing E402/W293 globally,
  F841/E741/E702 in tests, E741 in scripts
- inventory.py: split semicolon import (E702)
- recipes.py: fix logger -> log (F821 undefined name)
- shopping.py: rename l -> lnk in list comprehension (E741)
- format_conversion.py: noqa F841 on CUDA flag (used as future hook)
- backfill_keywords.py: rename done -> _done (F841)
- ingest_purplecarrot.py: drop == True comparison (E712)
- Auto-fix: I001 import sorting, F401 unused imports across all files
2026-07-06 02:49:02 -07:00
..
__init__.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
household.py feat: add MessageResponse schema; wire response_model on leave + remove-member endpoints 2026-04-04 22:47:39 -07:00
inventory.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
label_capture.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
meal_plan.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
ocr.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
quality.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
receipt.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
recipe.py feat(ask): add POST /recipes/ask endpoint for natural-language recipe search 2026-05-11 13:07:53 -07:00
recipe_scan.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
saved_recipe.py feat: saved recipes, recipe browser, and recipe detail panel 2026-04-08 14:35:02 -07:00
shopping.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00