-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pycodestyle false positive #1054
Comments
Thanks! This is a bug in JupyterLab itself - when the code of It seems that the logic in |
I opened an issue in JupyterLab to track this: jupyterlab/jupyterlab#15870 |
Description
When a code cell is after a markdown cell, pycodestyle warns an error E303 (too many blank lines 3).
Reproduce
Expected behavior
No warnings
Context
jupyterlab 4.1.0
jupyterlab-lsp 5.0.3
pycodestyle 2.11.1
Regards
The text was updated successfully, but these errors were encountered: