A collection of utilities for the Discovery team's projects.
To set up the poetry environment, run the following commands:
poetry install --with lint,test
poetry run pre-commit install --hook-type pre-commit --hook-type commit-msg --hook-type pre-push
Note: If you haven't yet installed poetry itself, you can follow the setup guidelines in this repo under "Generic setup for working with pyenv and poetry".