Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 235 Bytes

CONTRIBUTE.md

File metadata and controls

19 lines (13 loc) · 235 Bytes

Contribute guide

To install all dependencies (use poetry-core>=1.2.0a2):

poetry install --with dev,docs

To run checks:

poetry run pre-commit run --all-files

To run tests:

poetry run pytest