Description
Hey team, I've been using marimo in a codebase that has some pretty strict pre-commit hooks for linting (ruff). One of those is for line length.
It's great being able to set the line length for code cells but since the markdown cells are also part of the Python script the linter always flags these.
Suggested solution
It would be great if you could set the line length for Markdown and SQL cells so that it doesn't break linting.
Are you willing to submit a PR?
Alternatives
No response
Additional context
No response