You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that black by default deletes trailing semicolons in notebook cells. As these are commonly used to suppress the output of the cells, this can be a bit annoying.
Is there any possibility to tell nb_black / black to change this behaviour?
I know that I can just write None in the last line of each python cell but this makes the code kind of ugly.
Thanks in advance and kind regards,
Carsten
The text was updated successfully, but these errors were encountered:
It seems that black by default deletes trailing semicolons in notebook cells. As these are commonly used to suppress the output of the cells, this can be a bit annoying.
Is there any possibility to tell nb_black / black to change this behaviour?
I know that I can just write None in the last line of each python cell but this makes the code kind of ugly.
Thanks in advance and kind regards,
Carsten
The text was updated successfully, but these errors were encountered: