pymmcore-plus / useq-schema

An implementation agnostic schema for describing a sequence of events during a multi-dimensional imaging acquisition.
https://pymmcore-plus.github.io/useq-schema/
BSD 3-Clause "New" or "Revised" License
15 stars 5 forks source link

build: use hatch and ruff #57

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

converts pyproject to use https://github.com/pypa/hatch and ruff

codecov[bot] commented 1 year ago

Codecov Report

Base: 87.44% // Head: 87.99% // Increases project coverage by +0.54% :tada:

Coverage data is based on head (5301f9e) compared to base (ca2bd66). Patch coverage: 80.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ========================================== + Coverage 87.44% 87.99% +0.54% ========================================== Files 9 9 Lines 438 433 -5 ========================================== - Hits 383 381 -2 + Misses 55 52 -3 ``` | [Impacted Files](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus) | Coverage Δ | | |---|---|---| | [src/useq/\_\_init\_\_.py](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus#diff-c3JjL3VzZXEvX19pbml0X18ucHk=) | `100.00% <ø> (ø)` | | | [src/useq/\_base\_model.py](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus#diff-c3JjL3VzZXEvX2Jhc2VfbW9kZWwucHk=) | `64.51% <ø> (ø)` | | | [src/useq/\_channel.py](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus#diff-c3JjL3VzZXEvX2NoYW5uZWwucHk=) | `95.83% <ø> (ø)` | | | [src/useq/\_mda\_event.py](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus#diff-c3JjL3VzZXEvX21kYV9ldmVudC5weQ==) | `89.79% <ø> (ø)` | | | [src/useq/\_position.py](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus#diff-c3JjL3VzZXEvX3Bvc2l0aW9uLnB5) | `96.29% <ø> (ø)` | | | [src/useq/\_time.py](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus#diff-c3JjL3VzZXEvX3RpbWUucHk=) | `100.00% <ø> (ø)` | | | [src/useq/\_utils.py](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus#diff-c3JjL3VzZXEvX3V0aWxzLnB5) | `85.71% <ø> (ø)` | | | [src/useq/\_z.py](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus#diff-c3JjL3VzZXEvX3oucHk=) | `93.33% <66.66%> (ø)` | | | [src/useq/\_mda\_sequence.py](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus#diff-c3JjL3VzZXEvX21kYV9zZXF1ZW5jZS5weQ==) | `87.02% <100.00%> (ø)` | | | ... and [1 more](https://codecov.io/gh/pymmcore-plus/useq-schema/pull/57/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymmcore-plus)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.