Python code in Rackslab software projects must be formatted with Black and this set of paramters:
$ black --line-length 80 --skip-string-normalization --target-version py36 --color <code>
Contributors on Rackslab organization Git repositories should do their best to follow guidelines defined in conventional commits for the commit messages.
The versions numbers of Rackslab software releases follow the semantic versionning specifications.