Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 598 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 598 Bytes

Contributing

Thanks for your interest in contributing to the parser!

I no longer work on flow cytometry, so I will not personally develop any new features; howevever, PRs are welcome.

Be aware that I may comandeer the PRs and refactor them a bit.

Setting up for development

The package uses poetry together with poethepoet.

Install dependencies

poetry install --with dev,test

List tasks

poe

autoformat

poe autoformat

unit tests

poe pytest