Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 582 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 582 Bytes

discovery_utils

A collection of utilities for the Discovery team's projects.

Installation

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".

Development

Contribution Guidelines