pynblint icon indicating copy to clipboard operation
pynblint copied to clipboard

Detect PEP8 violations

Open louieQ opened this issue 2 years ago • 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.

louieQ avatar Mar 30 '22 21:03 louieQ