pnkraemer / tueplots

Figure sizes, font sizes, fonts, and more configurations at minimal overhead. Fix your journal papers, conference proceedings, and other scientific publications.
https://tueplots.readthedocs.io
MIT License
673 stars 25 forks source link

Implement quality assurance for Jupyter notebooks #80

Closed pnkraemer closed 9 months ago

pnkraemer commented 2 years ago

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 2 years ago

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

pnkraemer commented 9 months ago

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.