Description
🐞 Problem
The different scripts and notebooks are not being tested from the point of view of code style. I am aware of the different languages being used in this repo, such as C#, Python, Matlab...
Nevertheless, it should be feasible to implement a .github/workflow/style.yml
to check for custom-defined code style guidelines. This would ensure that all the code for a particular programming language looks the same, no matter the original author.
💡 Solution
If you are interested in implementing this feature, I could go for it.
We could start by implementing a Python code style checker based on black, isort and flake8. These tools can also be used in the Jupyter Notebooks.
Please, let me know what you think about this and if it would be of your interes.