-
Notifications
You must be signed in to change notification settings - Fork 16
Coding guidelines
Michael Osthege edited this page Nov 18, 2022
·
5 revisions
All software is built in modules, unit tests have to be added for each module/functionality.
The CI pipeline also automates some code style enforcement via a pre-commit
.
We recommend to configure it locally such that it runs automatically on every commit:
pip install pre-commit
pre-commit install
For more information about pre-commit
check here and this short video series: https://calmcode.io/pre-commit/the-problem.html