⚡ Bolt: Consolidated Performance Optimizations Batch - #311
Conversation
Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
Update actions/checkout from v7 (which doesn't exist) to v4 across all GitHub Actions workflows to fix the CI failure. Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
Update actions/checkout from v7 (which doesn't exist) to v4 across all GitHub Actions workflows to fix the CI failure. Also install `coverage` to resolve a missing dependency error in `pytest-cov`. Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bf3017c016
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| assert ( | ||
| exercises_dir.is_dir() | ||
| ), f"resolved exercises dir does not exist: {exercises_dir}" |
There was a problem hiding this comment.
Restore Ruff-compatible formatting
When the quality-gate job reaches its formatting step, ruff format --check src scripts tests examples benchmarks exits nonzero: running that exact command reports this file, sdf_helpers.py, and four modified test files as needing reformatting. This makes CI fail for every run of this commit, so these formatting-only rewrites need to match the repository's configured Ruff formatter.
AGENTS.md reference: AGENTS.md:L44-L45
Useful? React with 👍 / 👎.
Consolidating open performance optimization PRs into a single batch to reduce CI/CD load.
Closes #307, Closes #309, Closes #310