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 requirement `mypy==1.3.0` #270

Closed sphuber closed 1 year ago

sphuber commented 1 year ago

Also move the configuration from tox.ini to pyproject.toml and change the .pre-commit-config.yaml to use the local install of mypy instead of in the pre-commit virtual environment.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 69.24% and no project coverage change.

Comparison is base (a7a6a6a) 90.82% compared to head (e1582c3) 90.82%.

:exclamation: Current head e1582c3 differs from pull request most recent head 1de0ec3. Consider uploading reports for the commit 1de0ec3 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## support/0.21.x #270 +/- ## =============================================== Coverage 90.82% 90.82% =============================================== Files 21 21 Lines 2973 2973 =============================================== Hits 2700 2700 Misses 273 273 ``` | [Impacted Files](https://app.codecov.io/gh/aiidateam/plumpy/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam) | Coverage Δ | | |---|---|---| | [src/plumpy/utils.py](https://app.codecov.io/gh/aiidateam/plumpy/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam#diff-c3JjL3BsdW1weS91dGlscy5weQ==) | `81.51% <0.00%> (ø)` | | | [src/plumpy/persistence.py](https://app.codecov.io/gh/aiidateam/plumpy/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam#diff-c3JjL3BsdW1weS9wZXJzaXN0ZW5jZS5weQ==) | `93.91% <33.34%> (ø)` | | | [src/plumpy/base/state\_machine.py](https://app.codecov.io/gh/aiidateam/plumpy/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam#diff-c3JjL3BsdW1weS9iYXNlL3N0YXRlX21hY2hpbmUucHk=) | `86.13% <80.00%> (ø)` | | | [src/plumpy/\_\_init\_\_.py](https://app.codecov.io/gh/aiidateam/plumpy/pull/270?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/events.py](https://app.codecov.io/gh/aiidateam/plumpy/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam#diff-c3JjL3BsdW1weS9ldmVudHMucHk=) | `88.71% <100.00%> (ø)` | | | [src/plumpy/mixins.py](https://app.codecov.io/gh/aiidateam/plumpy/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam#diff-c3JjL3BsdW1weS9taXhpbnMucHk=) | `90.91% <100.00%> (ø)` | | | [src/plumpy/processes.py](https://app.codecov.io/gh/aiidateam/plumpy/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam#diff-c3JjL3BsdW1weS9wcm9jZXNzZXMucHk=) | `92.46% <100.00%> (ø)` | |

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