Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 297 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (6 loc) · 297 Bytes

Contributing

Getting Started

You need poetry to get started. Install it via pip install poetry.

Then, run poetry install to install all dependencies (in pyproject.toml).

Testing

Run poetry run pytest to run all tests, or you can create a PR, GH Actions will run it for you.