Skip to content

fix(ci): clean pre-existing ruff lint in data/mcm/scripts/build_index.py - #39

Merged
sweetcornna merged 1 commit into
mainfrom
fix/build-index-ruff-lint
Jun 1, 2026
Merged

fix(ci): clean pre-existing ruff lint in data/mcm/scripts/build_index.py#39
sweetcornna merged 1 commit into
mainfrom
fix/build-index-ruff-lint

Conversation

@sweetcornna

Copy link
Copy Markdown
Owner

Pre-existing ruff check . violations in this corpus-builder script (unused imports, Optional->X|None, nested-if, manual index counters) keep the repo-wide python CI job red on main. No behavior change. Splitting out of #38 (which auto-merged before this landed).

Pre-existing violations (unused imports, Optional->X|None, nested-if,
manual index counters) tripped CI's repo-wide `ruff check .` and blocked
the python job. No behavior change (enumerate(start=1) preserves the `done`
counter semantics).
@sweetcornna
sweetcornna merged commit c8ff03b into main Jun 1, 2026
4 checks passed
@sweetcornna
sweetcornna deleted the fix/build-index-ruff-lint branch June 1, 2026 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant