achimnol / aiotools

Idiomatic asyncio utilties
https://aiotools.readthedocs.io
MIT License
154 stars 12 forks source link

Apply black and isort with pre-commit-ci configuration #56

Closed achimnol closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 63.91% and project coverage change: +0.04 :tada:

Comparison is base (ebe8439) 74.05% compared to head (f46310d) 74.09%.

:exclamation: Current head f46310d differs from pull request most recent head 83b6ca0. Consider uploading reports for the commit 83b6ca0 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #56 +/- ## ========================================== + Coverage 74.05% 74.09% +0.04% ========================================== Files 17 17 Lines 1106 1108 +2 ========================================== + Hits 819 821 +2 Misses 287 287 ``` | [Impacted Files](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim) | Coverage Δ | | |---|---|---| | [src/aiotools/compat.py](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim#diff-c3JjL2Fpb3Rvb2xzL2NvbXBhdC5weQ==) | `100.00% <ø> (ø)` | | | [src/aiotools/taskgroup/common.py](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim#diff-c3JjL2Fpb3Rvb2xzL3Rhc2tncm91cC9jb21tb24ucHk=) | `0.00% <0.00%> (ø)` | | | [src/aiotools/taskgroup/types.py](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim#diff-c3JjL2Fpb3Rvb2xzL3Rhc2tncm91cC90eXBlcy5weQ==) | `84.61% <ø> (ø)` | | | [src/aiotools/utils.py](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim#diff-c3JjL2Fpb3Rvb2xzL3V0aWxzLnB5) | `100.00% <ø> (ø)` | | | [src/aiotools/timeouts.py](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim#diff-c3JjL2Fpb3Rvb2xzL3RpbWVvdXRzLnB5) | `69.87% <28.57%> (-0.71%)` | :arrow_down: | | [src/aiotools/supervisor.py](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim#diff-c3JjL2Fpb3Rvb2xzL3N1cGVydmlzb3IucHk=) | `76.57% <30.76%> (-0.42%)` | :arrow_down: | | [src/aiotools/func.py](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim#diff-c3JjL2Fpb3Rvb2xzL2Z1bmMucHk=) | `98.03% <50.00%> (ø)` | | | [src/aiotools/server.py](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim#diff-c3JjL2Fpb3Rvb2xzL3NlcnZlci5weQ==) | `48.40% <50.00%> (ø)` | | | [src/aiotools/taskgroup/persistent.py](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim#diff-c3JjL2Fpb3Rvb2xzL3Rhc2tncm91cC9wZXJzaXN0ZW50LnB5) | `85.20% <68.75%> (ø)` | | | [src/aiotools/\_\_init\_\_.py](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim#diff-c3JjL2Fpb3Rvb2xzL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | ... and [6 more](https://app.codecov.io/gh/achimnol/aiotools/pull/56?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joongi+Kim) | |

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