Skip to content

ci: pin Ruff to 0.15.22#99

Merged
Pigbibi merged 1 commit into
mainfrom
codex/aiauditbridge-ci-ruff-0-15-22-pin-20260726
Jul 26, 2026
Merged

ci: pin Ruff to 0.15.22#99
Pigbibi merged 1 commit into
mainfrom
codex/aiauditbridge-ci-ruff-0-15-22-pin-20260726

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Pin the CI Ruff toolchain to 0.15.22.
  • Preserve the full-repository python3 -m ruff check . gate.

Validation

  • ruff 0.15.22: All checks passed!
  • pytest tests ops/quant-monitor/tests -q: 636 passed, 1 skipped, 50 subtests passed
  • actionlint .github/workflows/ci.yml: passed
  • Node tests: 28 passed

This is a config-only baseline repair; no product, strategy, provider, data, or live-execution files changed.

Co-Authored-By: Codex <noreply@openai.com>
@github-actions

Copy link
Copy Markdown

🤖 Codex PR Review

Merge allowed: No issues found


Review by Codex PR Review bot • PR

@Pigbibi
Pigbibi merged commit 8a253d5 into main Jul 26, 2026
5 checks passed
@Pigbibi
Pigbibi deleted the codex/aiauditbridge-ci-ruff-0-15-22-pin-20260726 branch July 26, 2026 07:29

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d7fb44c3fe

ℹ️ 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".

Comment thread .github/workflows/ci.yml
set -euo pipefail
python3 -m pip install --upgrade pip
python3 -m pip install pytest ruff
python3 -m pip install pytest ruff==0.15.22

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Pin Ruff to a published version

Ruff 0.15.22 has not been published—the available 0.15 series currently ends at 0.15.12. Consequently, every run of the test job fails at this exact-version pip install with “No matching distribution found” and never reaches the lint or test commands; pin this to an available release such as 0.15.12.

Useful? React with 👍 / 👎.

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