Skip to content

Conversation

@hallerite
Copy link
Contributor

@hallerite hallerite commented Jan 21, 2026

This PR pins Ruff in .pre-commit-config.yaml to match uv.lock & adds a ruff format check to the CI workflow (.github/workflows/style.yaml), matching the pre-commit hooks. Also runs ruff format to make repo pass the new CI.


Note

  • CI/pre-commit: Pin ruff to v0.13.0 and add a ruff format --check step in /.github/workflows/style.yaml; update .pre-commit-config.yaml to v0.13.0 with ruff-check and ruff-format hooks.
  • Code formatting: Apply ruff format across the codebase (line wraps, whitespace, __all__ lists, asserts), no behavioral changes intended.
  • Monitor API: Update utils/monitor/base.py so log_final_samples, save_final_summary, and log_distributions are @abstractmethods; add a default close() method. NoOpMonitor implements the required methods.

Written by Cursor Bugbot for commit 70b9164. This will update automatically on new commits. Configure here.

@hallerite hallerite self-assigned this Jan 21, 2026
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