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
dont skip formatting #%% #2919
dont skip formatting #%% #2919
Conversation
This needs to go in the preview style. |
Thanks @JelleZijlstra , I've given this a go
|
gentle ping |
tests/data/comments8.py
Outdated
x = """ | ||
a really long string | ||
""" | ||
lcomp3 = [ |
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.
Can we shorten this code? The test can focus on just #%%
, so no need for everything else.
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.
sure, I was meaning it to be a --preview
version of comments3.py
- but shortening it and just testing # %%
seems fine
tests/data/comments8.py
Outdated
) | ||
|
||
|
||
#%% |
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.
Maybe add an input comment that already has a space
The change log does a poor job explaining what a "code cell separator" is to people who haven't heard it
Feel free to PR a change to improve it then! ^^ unless you don't know what it is, in which case .. uhh |
Description
Checklist - did you ...
closes #2588