-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format notebooks with Ruff #2199
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
cb478ee
to
31c3652
Compare
@@ -0,0 +1 @@ | |||
line-length=78 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be the longest length that doesn't scroll horizontally on the website. I tested by inspect element then adding characters until the box scrolled on Firefox.
One or more of the following people are relevant to this code:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
I forgot to mention, can you please check that the README is up to date?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Gonna wait to merge this until after #2139 is merged to avoid further disruption. |
Follow-up to #2197. Draft until that PR is merged, then I'll rebase this.
Also a partial fix for #1806 depending if we want to also lint code examples in MDX.