Skip to content

fix: bump ruff version for test failures#10029

Merged
dmadisetti merged 1 commit into
mainfrom
dm/pyodide-broken-test
Jun 30, 2026
Merged

fix: bump ruff version for test failures#10029
dmadisetti merged 1 commit into
mainfrom
dm/pyodide-broken-test

Conversation

@dmadisetti

@dmadisetti dmadisetti commented Jun 30, 2026

Copy link
Copy Markdown
Member

📝 Summary

CI is failing due to pyproject.toml not being parsable with old versions of ruff. This causes a silent failure in test_pyodide_bridge_format which attempts to format but fails.

@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment Jun 30, 2026 5:48pm

Request Review

@dmadisetti dmadisetti added the bug Something isn't working label Jun 30, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 1 file

Re-trigger cubic

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the minimum ruff version in the project’s dependency groups to avoid CI failures caused by older ruff versions being unable to parse the repository’s pyproject.toml.

Changes:

  • Bump ruff minimum version in the dev dependency group.
  • Bump ruff minimum version in the docs dependency group.
Comment thread pyproject.toml

@kirangadhave kirangadhave left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🚀

@dmadisetti dmadisetti merged commit 5e57dc6 into main Jun 30, 2026
52 of 55 checks passed
@dmadisetti dmadisetti deleted the dm/pyodide-broken-test branch June 30, 2026 18:11
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.23.12-dev25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

3 participants