pnkraemer / tueplots

Figure sizes, font sizes, fonts, and more configurations at minimal overhead. Fix your journal papers, conference proceedings, and other scientific publications.

Home Page:https://tueplots.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement quality assurance for Jupyter notebooks

pnkraemer opened this issue · comments

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.

Black and isort have been taken care of in #83. pylint requires a different PR.

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.