Skip to content

chore: drop the build-order task references - #32

Merged
lesnik512 merged 1 commit into
mainfrom
chore/drop-build-order-comment
Sep 19, 2026
Merged

lesnik512 merged 1 commit into
mainfrom
chore/drop-build-order-comment

Conversation

@lesnik512

Copy link
Copy Markdown
Member

Removes the one leftover build-order reference from when the package was written as numbered tasks. A repo-wide grep for task [0-9] (case-insensitive, excluding .git/.venv) found exactly one hit.

Removed

  • modern_di_starlette/main.py:26# `_DIMiddleware` writes it; `inject` (Task 3) reads it back.

The line carried no constraint beyond restating what the two call sites plainly do, so it was deleted rather than shortened. The line above it, which explains what the key is, is untouched.

Gates

Gate Result
uv run --no-sync eof-fixer . --check pass
uv run --no-sync ruff format --check pass (24 files already formatted)
uv run --no-sync ruff check --no-fix pass
uv run --no-sync ty check pass
uv run --no-sync pytest -q pass (22 passed)

@lesnik512
lesnik512 merged commit 0ae2f4a into main Sep 19, 2026
8 checks passed
@lesnik512
lesnik512 deleted the chore/drop-build-order-comment branch September 19, 2026 11:38
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