collab-uniba/pynblint

Detect PEP8 violations

Opened this issue · 0 comments

Check whether notebook cells present violations of the PEP8 coding standard.

This might be done by applying an existing Python linter (e.g., Pylint or Flake8) to the source code extracted from code cells.