kiwi/app/api/endpoints
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
activitypub.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
community.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
corrections.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
export.py fix: recipe enrichment backfill, main_ingredient browser domain, bug batch 2026-04-18 15:38:56 -07:00
feedback.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
feedback_attach.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
health.py chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00
household.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
imitate.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
inventory.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
mastodon_oauth.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
meal_plans.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
orch_usage.py feat(kiwi): add /orch-usage proxy endpoint for frontend budget display 2026-04-14 15:42:58 -07:00
receipts.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -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
recipe_tags.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
recipes.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
saved_recipes.py feat: corrections router (#73) + Magpie flywheel hook (#28) 2026-04-25 23:31:20 -07:00
session.py fix: suppress E2E test sessions from log-based analytics 2026-04-18 19:06:37 -07:00
settings.py feat: time-first recipe entry (kiwi#52) 2026-04-24 10:15:58 -07:00
shopping.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
staples.py feat: recipe + staple API endpoints with tier gating 2026-03-31 12:49:38 -07:00