kiwi/app/services
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
..
ap feat(ap): issue #113 — ActivityPub federation + Mastodon OAuth 2026-05-11 17:55:51 -07:00
community feat(community): issue #119 — recipe dedup + variation clustering on submit 2026-05-11 17:25:06 -07:00
export fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
image_preprocessing fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
meal_plan fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
ocr fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
quality fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
recipe fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
__init__.py feat: cross-encoder reranker for recipe suggestions (kiwi#117) 2026-04-24 16:39:51 -07:00
barcode_scanner.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
coordinator_proxy.py feat(streaming): add coordinator_proxy service module 2026-04-24 10:18:40 -07:00
expiration_predictor.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
heimdall_orch.py feat(kiwi): add Heimdall orch budget client with fail-open semantics 2026-04-14 15:15:43 -07:00
inventory_service.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
label_capture.py feat: visual label capture for unenriched barcodes (kiwi#79) 2026-04-24 17:57:25 -07:00
leftovers_predictor.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
magpie_hook.py feat: corrections router (#73) + Magpie flywheel hook (#28) 2026-04-25 23:31:20 -07:00
openfoodfacts.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
receipt_service.py chore: initial commit — kiwi Phase 2 complete 2026-03-30 22:20:48 -07:00
receipt_service_inmemory_backup.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
task_inference.py feat(orch): add task_inference helper for POST /api/inference/task routing 2026-05-13 10:27:47 -07:00