python-graphblas / graphblas-algorithms

Graph algorithms written in GraphBLAS
Apache License 2.0
73 stars 4 forks source link

Bump ruff to v0.0.253 #50

Closed eriknw closed 1 year ago

eriknw commented 1 year ago

(just making a commit so versions 2023.2.1a0 and 2023.2.1 are separate commits)

codecov-commenter commented 1 year ago

Codecov Report

Base: 69.03% // Head: 69.16% // Increases project coverage by +0.13% :tada:

Coverage data is based on head (8f4ec25) compared to base (a3dbf9b). Patch coverage: 100.00% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ========================================== + Coverage 69.03% 69.16% +0.13% ========================================== Files 76 77 +1 Lines 3145 3152 +7 Branches 597 602 +5 ========================================== + Hits 2171 2180 +9 + Misses 787 786 -1 + Partials 187 186 -1 ``` | [Impacted Files](https://codecov.io/gh/python-graphblas/graphblas-algorithms/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas) | Coverage Δ | | |---|---|---| | [graphblas\_algorithms/classes/graph.py](https://codecov.io/gh/python-graphblas/graphblas-algorithms/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas#diff-Z3JhcGhibGFzX2FsZ29yaXRobXMvY2xhc3Nlcy9ncmFwaC5weQ==) | `56.53% <100.00%> (ø)` | | | [graphblas\_algorithms/algorithms/core.py](https://codecov.io/gh/python-graphblas/graphblas-algorithms/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas#diff-Z3JhcGhibGFzX2FsZ29yaXRobXMvYWxnb3JpdGhtcy9jb3JlLnB5) | `100.00% <0.00%> (ø)` | | | [graphblas\_algorithms/\_\_init\_\_.py](https://codecov.io/gh/python-graphblas/graphblas-algorithms/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas#diff-Z3JhcGhibGFzX2FsZ29yaXRobXMvX19pbml0X18ucHk=) | `100.00% <0.00%> (ø)` | | | [graphblas\_algorithms/tests/test\_match\_nx.py](https://codecov.io/gh/python-graphblas/graphblas-algorithms/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas#diff-Z3JhcGhibGFzX2FsZ29yaXRobXMvdGVzdHMvdGVzdF9tYXRjaF9ueC5weQ==) | `95.34% <0.00%> (+2.32%)` | :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=python-graphblas). 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=python-graphblas)

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