[codex] Apply audit remediation#25
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1872801637
ℹ️ 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".
| - name: Run Ruff | ||
| run: | | ||
| set -euo pipefail | ||
| ruff check . |
There was a problem hiding this comment.
I checked python -m ruff check --help, which says ruff check [FILES] runs on the given files or directories and defaults to .. Because this workflow checks out QuantPlatformKit under external/QuantPlatformKit before this step, ruff check . will also lint that external repository; any lint/config change there can fail HkEquityStrategies CI even when this repo's code is fine. Scope Ruff to the local paths, or exclude external/.
Useful? React with 👍 / 👎.
Summary
Validation
git diff --checkpassed across the remediation scopeSee local audit report:
QuantStrategyLab-review-2026-06-10.md.