Skip to content

Development

Workflow

This project uses the Github Flow.

The Github flow

Dev Environment

Navigate in the project's root folder and run:

poetry install --dev

Make sure that poetry and pre-commit is already installed.

Static analysis

The project is static analysed using the following tools:

  • isort
  • mypy
  • black

as pre-commit hooks:

pre-commit run --all-files