Skip to content

fix(ci): restore lint-full and test-architecture on main - #607

Merged
morluto merged 1 commit into
mainfrom
cursor/fix-baseline-lint-ci-2371
Aug 7, 2026
Merged

fix(ci): restore lint-full and test-architecture on main#607
morluto merged 1 commit into
mainfrom
cursor/fix-baseline-lint-ci-2371

Conversation

@morluto

@morluto morluto commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Root cause

main currently fails make lint-full / make test-architecture, so every PR's Lint & Format job fails even when the PR itself is clean. That is what blocked #604 and #605.

Failures on main:

  • 10 Ruff check issues in tests/unit/support/test_copy_template.py and tests/unit/tooling/test_audit_fixes.py (PTH116, unused imports/vars, import order)
  • Ruff format drift across benchmark verifiers / implementation.py
  • One provider-import architecture violation in tests/unit/tooling/test_audit_fixes_round2.py
  • Follow-on Dockerfile checksum and C901 baseline updates required by those edits

What changed

  • Fix the lint/format/architecture baseline only (no product behavior)
  • Refresh the two public-reproduction Dockerfile checksums and C901 baseline entries required by the formatting edits
  • Keep host-validation typing casts needed for the architecture/type surface touched by the same baseline repair

Validation

  • make lint-full: pass
  • make test-architecture: pass
  • pytest -q tests/unit/support/test_copy_template.py tests/unit/tooling/test_audit_fixes.py tests/unit/tooling/test_audit_fixes_round2.py: 13 passed

Notes for #604 / #605

Those PRs already carry equivalent baseline commits on their branches, so their Lint & Format jobs are green again. Merging this into main removes the shared blocker for future PRs.

Open in Web Open in Cursor 

Baseline ruff check/format drift and a provider-import architecture
violation were failing Lint & Format for every PR. Reformat the affected
benchmark/test files, fix unused imports and Path.stat usage, move the
audit-fix source assertion off a provider import, and refresh the two
Dockerfile checksums plus C901 baseline entries that those edits require.

Co-authored-by: morluto <morluto@users.noreply.github.com>
@morluto
morluto marked this pull request as ready for review August 7, 2026 03:09
@cursor

cursor Bot commented Aug 7, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@morluto
morluto merged commit 0891065 into main Aug 7, 2026
41 checks passed
@morluto
morluto deleted the cursor/fix-baseline-lint-ci-2371 branch August 7, 2026 03:09
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.

2 participants