Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 593 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 593 Bytes

Contributing to this project

Thanks for your interest in contributing!

Environmental setup

After cloning the repo, please take the following steps to get set up:

  1. Install the poetry environment manager as instructed at https://python-poetry.org/docs/

  2. Set up the project's Python environment by running the following in the project root directory:

poetry install
  1. Install the git pre-commit hooks (so that your code gets formatted nicely before each commit) by running the following in the project root directory:
poetry run pre-commit install