python-trio / trio

Trio – a friendly Python library for async concurrency and I/O
https://trio.readthedocs.io
Other
6.12k stars 335 forks source link

[pre-commit.ci] pre-commit autoupdate #2946

Closed pre-commit-ci[bot] closed 7 months ago

pre-commit-ci[bot] commented 8 months ago

updates:

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (70c8b76) 99.44% compared to head (2aa5065) 99.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2946 +/- ## ========================================== + Coverage 99.44% 99.64% +0.19% ========================================== Files 117 117 Lines 17564 17564 Branches 3166 3166 ========================================== + Hits 17467 17502 +35 + Misses 79 43 -36 - Partials 18 19 +1 ``` [see 9 files with indirect coverage changes](https://app.codecov.io/gh/python-trio/trio/pull/2946/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio)
CoolCat467 commented 8 months ago

Pretty good, but I think we might need to make a few minor config changes: https://astral.sh/blog/ruff-v0.2.0

CoolCat467 commented 8 months ago

Oh that's cool, a few of the TRIO rules are out of preview

CoolCat467 commented 7 months ago

Getting some kind of wacky pypy 3.10 failures: TypeError: int() not supported on cdata 'size_t[1]', pretty sure it isn't related to updating ruff though

TeamSpen210 commented 7 months ago

Probably should enable the TRIO rules? Maybe in a separate PR.

jakkdl commented 7 months ago

Getting some kind of wacky pypy 3.10 failures: TypeError: int() not supported on cdata 'size_t[1]', pretty sure it isn't related to updating ruff though

it's specifically pypy 3.10-nightly, so probably time to fix

Removing runs:

  • [ ] Don't run PyPy nightlies that aren't 3.11

as mentioned in #2885