Describe the bug
%%html at the start of a cell can be used to output raw html. flake8-nb fails with E999 SyntaxError: invalid syntax.
To Reproduce
Have a cell like
%%html
<a href="#">asd</a>
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):
- OS: Windows 10 x64
- Version: Python 3.8.10 with
flake8-nb==0.3.1
Describe the bug
%%htmlat 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