Removes linting and support for RISE in order to fix and speed up the build on Binder.
Pylint and flake8 aren't really necessary, because this repository consists mainly of notebooks (which are linted through nbQA). RISE and related dependencies are not needed anymore since #94.
Removes linting and support for RISE in order to fix and speed up the build on Binder. Pylint and flake8 aren't really necessary, because this repository consists mainly of notebooks (which are linted through nbQA). RISE and related dependencies are not needed anymore since #94.
The build could theoretically be sped up further with https://github.com/ComPWA/repo-maintenance/issues/64.