Skip to content

fix(ci): restore green CI — format graph.py + clean test lint#1

Merged
dshanklin-bv merged 1 commit into
mainfrom
fix/ci-green-format-and-lint
Jul 4, 2026
Merged

fix(ci): restore green CI — format graph.py + clean test lint#1
dshanklin-bv merged 1 commit into
mainfrom
fix/ci-green-format-and-lint

Conversation

@dshanklin-bv

Copy link
Copy Markdown
Contributor

Problem

CI on main was red for a pre-existing reason unrelated to any feature work:

  1. docket_md/_logic/graph.py was not ruff format-clean, so the lint job's ruff format --check docket_md/ gate failed.
  2. tests/ carried 10 ruff lint errors (unused imports and similar).

All 62 tests were already passing — the red was purely lint/format.

Fix

  • ruff format docket_md/ — reformatted graph.py.
  • ruff check --fix tests/ docket_md/ — cleared 10 lint errors.
  • ruff format tests/ — reformatted test files.

No behavior changes.

Verification (exact CI commands, run locally)

  • ruff check docket_md/ → pass
  • ruff format --check docket_md/ → 33 files already formatted
  • pytest tests/ → 62 passed

🤖 Generated with Claude Code

CI on main was red for a pre-existing reason unrelated to any new work:

- docket_md/_logic/graph.py was not `ruff format`-clean, failing the lint
  job's `ruff format --check docket_md/` gate.
- tests/ carried 10 ruff lint errors (unused imports and similar), cleaned
  with `ruff check --fix` and reformatted with `ruff format`.

No behavior changes. All CI gates now pass locally:
  ruff check docket_md/  -> pass
  ruff format --check docket_md/  -> pass
  pytest tests/  -> 62 passed

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dshanklin-bv dshanklin-bv merged commit 9aa35ff into main Jul 4, 2026
5 checks passed
@dshanklin-bv dshanklin-bv deleted the fix/ci-green-format-and-lint branch July 4, 2026 04:19
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