Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 500 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 500 Bytes

Contributing guide

Requirements

Installing dependencies

$ poetry install

Test, linter and formatting

To ensure everyone uses same code style, run Ruff and tests before sending your code contributions:

$ poetry run pytest