Closed ghost closed 2 years ago
All dependencies added by this PR are dev only, no user of PipelineC will need to use them.
Excellent
You or I should get Vulture ensures that there is no dead code, Black formats the code, pytest… tests, hypothesis does fuzzing on tests, and mutmut makes sure the tests are good. Finally mypy checks optional typing information.
into the new contrib info doc
This looks good to merge
Poetry allows folks to manage their dependencies. All dependencies added by this PR are dev only, no user of PipelineC will need to use them.
Vulture ensures that there is no dead code, Black formats the code, pytest… tests, hypothesis does fuzzing on tests, and mutmut makes sure the tests are good. Finally mypy checks optional typing information.