pssecret-server/CONTRIBUTING.md
2024-12-25 18:35:01 +01:00

554 B

Installation

$ git clone git@git.ivnglkv.me:root/pssecret.git
$ cd pssecret
$ poetry install --with=dev

Codestyle

Codestyle is enforced with Black, and additional checks are done with the help of pre-commit-hooks, Flake8 and isort. Prior to making any commits, install pre-commit tool and install hooks:

$ pipx install pre-commit
$ pre-commit install

This way you will always be sure that new code follows project guidelines.

This project is using trunk-based branching strategy with the main as trunk branch.