Skip to content

Conversation

habema
Copy link
Contributor

@habema habema commented Aug 1, 2025

Noticed that make check fails locally due to formatting issues (ruff format --check), but CI passes just fine. Looks like the CI only runs lint/type/tests, but doesn’t actually check code formatting.

This PR syncs up the local make check command with the checks we run in CI.

  • Adds format-check to CI: The CI will now fail if code isn't formatted correctly, which prevents surprises when pulling main.
  • Aligns make check: Updates the check command to run coverage instead of just tests, so it matches the CI test step exactly.

Now, if it passes locally, it should pass in CI.

@habema habema closed this Aug 1, 2025
@habema habema reopened this Aug 1, 2025
@habema habema closed this Aug 2, 2025
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