dnanhkhoa / nb_black

A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using black.
MIT License
367 stars 41 forks source link

Leave in `;`s at end of lines? #30

Open nickeubank opened 3 years ago

nickeubank commented 3 years ago

I know the point of Black is that we aren't supposed to second guess it, but unlike in basic code ; does something important in jupyter notebooks (suppresses output), so the fact that Black deletes ;s at the end of lines is kinda a problem