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 #2971

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

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

updates:

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 99.64%. Comparing base (f890f8f) to head (ec4c012).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2971 +/- ## ======================================= Coverage 99.64% 99.64% ======================================= Files 117 117 Lines 17594 17594 Branches 3171 3171 ======================================= Hits 17532 17532 Misses 43 43 Partials 19 19 ``` | [Files](https://app.codecov.io/gh/python-trio/trio/pull/2971?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio) | Coverage Δ | | |---|---|---| | [src/trio/\_channel.py](https://app.codecov.io/gh/python-trio/trio/pull/2971?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2NoYW5uZWwucHk=) | `100.00% <100.00%> (ø)` | | | [src/trio/\_core/\_mock\_clock.py](https://app.codecov.io/gh/python-trio/trio/pull/2971?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2NvcmUvX21vY2tfY2xvY2sucHk=) | `100.00% <100.00%> (ø)` | | | [src/trio/\_core/\_run.py](https://app.codecov.io/gh/python-trio/trio/pull/2971?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2NvcmUvX3J1bi5weQ==) | `99.66% <ø> (ø)` | | | [src/trio/\_deprecate.py](https://app.codecov.io/gh/python-trio/trio/pull/2971?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2RlcHJlY2F0ZS5weQ==) | `100.00% <100.00%> (ø)` | | | [src/trio/\_sync.py](https://app.codecov.io/gh/python-trio/trio/pull/2971?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX3N5bmMucHk=) | `100.00% <100.00%> (ø)` | | | [src/trio/\_threads.py](https://app.codecov.io/gh/python-trio/trio/pull/2971?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX3RocmVhZHMucHk=) | `100.00% <ø> (ø)` | | | [src/trio/\_util.py](https://app.codecov.io/gh/python-trio/trio/pull/2971?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX3V0aWwucHk=) | `100.00% <100.00%> (ø)` | |
A5rocks commented 6 months ago

Not sure if we should still have these configured given https://github.com/python-trio/trio/pull/2970

@CoolCat467 what do you think?

CoolCat467 commented 6 months ago

I do agree to some extent, #2970 does kind of make these auto-updated redundant, but I personally kind of like them because it runs way more often and does auto-fixes automatically.

CoolCat467 commented 6 months ago

pre-commit.ci autofix