This is the UNIKUBE User-Service.
We're using black. It helps us keep the code style aligned throughout the project.
To make sure your code is well formatted, please install pre-commit.
After that just run pre-commit install
in the repositories root directory.
We're using python-semantic-release for the release workflow. To publish a new version of the service, simply run
semantic-release publish
Write access to the repository is needed.