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
Thanks for reporting this bug!
For the time being, you can use the cell tagflake8-noqa-cell.
But I agree that cells with cell magic, which isn't ExecutionMagics line %%timeit or explicitly defines the code as python code (%%python) should be dropped by default.
Describe the bug
%%html
at the start of a cell can be used to output raw html. flake8-nb fails withE999 SyntaxError: invalid syntax
.To Reproduce
Have a cell like
in the notebook and run flake8-nb
Expected behavior
These cells should be ignored like other non-code cells.
Desktop (please complete the following information):
flake8-nb==0.3.1
The text was updated successfully, but these errors were encountered: