python-trio / trio

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

update docs: flake8-trio has been renamed to flake8-async #3003

Closed jakkdl closed 1 month ago

jakkdl commented 1 month ago

Just a minor update in the awesome-trio-libraries list

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 99.63%. Comparing base (a23b727) to head (dea2e79).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3003 +/- ## ======================================= Coverage 99.63% 99.63% ======================================= Files 120 120 Lines 17783 17783 Branches 3197 3197 ======================================= Hits 17718 17718 Misses 46 46 Partials 19 19 ```