Implement quality assurance for Jupyter notebooks
pnkraemer opened this issue · 2 comments
pnkraemer commented
The linters (black, isort, pylint) can be applied to the example notebooks via nbqa: https://github.com/nbQA-dev/nbQA
This will enforce the same code quality for the notebooks as for the rest of the code.
pnkraemer commented
Since the issue is that old and nothing related has come up, I will close it. If quality assurance in notebooks becomes an issue, let's reopen.