aiidateam / plumpy

A python workflows library that supports writing Processes with a well defined set of inputs and outputs that can be strung together.
https://plumpy.readthedocs.io
Other
8 stars 17 forks source link

Dependencies: Update pre-commit requirement `isort==5.12.0` #260

Closed sphuber closed 1 year ago

sphuber commented 1 year ago

Older versions were breaking due to a release of poetry-core causing our pre-commit job in the CI to fail. For details, see: https://github.com/PyCQA/isort/issues/2077

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 :tada:

Comparison is base (ed1b6cb) 90.73% compared to head (d23fe73) 90.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## support/0.21.x #260 +/- ## ================================================== + Coverage 90.73% 90.74% +0.01% ================================================== Files 21 21 Lines 2964 2967 +3 ================================================== + Hits 2689 2692 +3 Misses 275 275 ``` | [Impacted Files](https://codecov.io/gh/aiidateam/plumpy/pull/260?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam) | Coverage Δ | | |---|---|---| | [src/plumpy/\_\_init\_\_.py](https://codecov.io/gh/aiidateam/plumpy/pull/260?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam#diff-c3JjL3BsdW1weS9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [src/plumpy/ports.py](https://codecov.io/gh/aiidateam/plumpy/pull/260?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam#diff-c3JjL3BsdW1weS9wb3J0cy5weQ==) | `93.38% <100.00%> (+0.07%)` | :arrow_up: | 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=aiidateam). 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=aiidateam)

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