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

Add pre-commit autoupdate to autodeps #2970

Closed CoolCat467 closed 6 months ago

CoolCat467 commented 6 months ago

This pull request adds pre-commit run --jobs 0 to the autodeps run.

I didn't see this listed in the documentation anywhere, but marking 0 for number of jobs uses maximum number of threads.

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 (b541b8b) to head (db2fe5b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2970 +/- ## ======================================= Coverage 99.64% 99.64% ======================================= Files 117 117 Lines 17643 17643 Branches 3176 3176 ======================================= Hits 17581 17581 Misses 43 43 Partials 19 19 ```
jakkdl commented 6 months ago

nice!