Pre-requisites:
- Poetry ^1.1
-
pip3 install poetry -
pip3 install poethepoet
To install dependencies and create virtual env:
poetry install.
-
poe testcan runs testspoe flakeruns flake8.- tests and flake must pass before PRs can be merged (master is branch protected)
poe fmt will use black to automatically format the code