Skip to content

make _format_plan respect format_on_save; format enabled/disabled unit tests#9380

Merged
mscolnick merged 2 commits into
marimo-team:mainfrom
ouatu-ro:feat/respect-save-formatting-in-code
Apr 28, 2026
Merged

make _format_plan respect format_on_save; format enabled/disabled unit tests#9380
mscolnick merged 2 commits into
marimo-team:mainfrom
ouatu-ro:feat/respect-save-formatting-in-code

Conversation

@ouatu-ro

@ouatu-ro ouatu-ro commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

handles #9348.

@vercel

vercel Bot commented Apr 24, 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 Apr 28, 2026 2:06pm

Request Review

@github-actions

github-actions Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@ouatu-ro

Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@mscolnick mscolnick requested a review from manzt April 27, 2026 13:23
@mscolnick mscolnick added the enhancement New feature or request label Apr 28, 2026
Mutating k.user_config["save"]["format_on_save"] directly leaks into
DEFAULT_CONFIG (a shared module-level dict reused across tests). Use
patch.dict so the override is reverted on context exit.

@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 2 files

@mscolnick mscolnick merged commit b3fa14c into marimo-team:main Apr 28, 2026
35 of 40 checks passed
@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.4-dev17

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

Labels

enhancement New feature or request

2 participants