Development
Workflow
This project uses 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