kiwi/scripts/pipeline
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
..
purple_carrot fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
__init__.py feat: data pipeline -- USDA FDC ingredient index builder 2026-03-30 22:44:25 -07:00
backfill_meal_tags.py chore(pipeline): add fast targeted meal-tag backfill script 2026-04-27 13:00:58 -07:00
build_flavorgraph_index.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
build_ingredient_index.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
build_recipe_index.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
derive_substitutions.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
download_datasets.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
estimate_recipe_nutrition.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
infer_recipe_tags.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
ingest_purplecarrot.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
log_utils.py feat(pipeline): Purple Carrot scraper hardening + shared pipeline logging 2026-05-17 13:35:35 -07:00