pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

E265: error on codecell separator #%%

Open liuyigh opened this issue 6 years ago • 0 comments

Cells are separated by lines starting with:

#%% (standard cell separator)
# %% (standard cell separator, when file has been edited with Eclipse)
# <codecell> (IPython notebook cell separator)

But pycodestyle consider #%% a block comment which should start as # and space by E265

Please consider. Thanks!

liuyigh avatar Aug 27 '18 14:08 liuyigh