{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":79083614,"defaultBranch":"master","name":"trio","ownerLogin":"python-trio","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-01-16T04:45:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/26335827?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715840865.0","currentOid":""},"activityList":{"items":[{"before":"a23b727321607dc77ef9b14e8c1489ad5a87a3e2","after":"3350c11db98521547e3bf078c36e07968b2b6a57","ref":"refs/heads/master","pushedAt":"2024-05-22T23:02:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"A5rocks","name":"EXPLOSION","path":"/A5rocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40616000?s=80&v=4"},"commit":{"message":"flake8-trio has been renamed (#3003)","shortMessageHtmlLink":"flake8-trio has been renamed (#3003)"}},{"before":"60b58042f56c721aa9f8d7862239a6658193ebf4","after":"a23b727321607dc77ef9b14e8c1489ad5a87a3e2","ref":"refs/heads/master","pushedAt":"2024-05-20T21:52:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"A5rocks","name":"EXPLOSION","path":"/A5rocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40616000?s=80&v=4"},"commit":{"message":"Enable ruff's Perflint rule. (#2969)","shortMessageHtmlLink":"Enable ruff's Perflint rule. (#2969)"}},{"before":"6f625758e4e09c52442ecdb4b9355ae07db4ddad","after":"60b58042f56c721aa9f8d7862239a6658193ebf4","ref":"refs/heads/master","pushedAt":"2024-05-18T19:05:32.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"Zac-HD","name":"Zac Hatfield-Dodds","path":"/Zac-HD","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12229877?s=80&v=4"},"commit":{"message":"Merge pull request #3001 from oakal510/master\n\nUpdated docstring for from_thread_run to reflect how to get trio token","shortMessageHtmlLink":"Merge pull request #3001 from oakal510/master"}},{"before":"ccd40e1717e2e64273783c7ad4613a0dbad8aff3","after":"6f625758e4e09c52442ecdb4b9355ae07db4ddad","ref":"refs/heads/master","pushedAt":"2024-05-17T10:44:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jakkdl","name":"John Litborn","path":"/jakkdl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11260241?s=80&v=4"},"commit":{"message":"Add support to testing.RaisesGroup for catching unwrapped exceptions (#2989)\n\n* Add support to testing.RaisesGroup for catching unwrapped exceptions with strict=False\r\n\r\n* fix type error by adding covariance to typevar\r\n\r\n* rewrite RaisesGroup docstring\r\n\r\n* Work around +E typevar issue in docs for _raises_group\r\n\r\n* Fix docs issue with type property in _ExceptionInfo\r\n\r\n* split 'strict' into 'flatten_subgroups' and 'allow_unwrapped', fix bug where length check would fail incorrectly sometimes if using flatten_subgroups\r\n\r\n* add deprecation of strict\r\n\r\n* bump exceptiongroup to 1.2.1\r\n\r\n* fix ^$ matching on exceptiongroups\r\n\r\n* add test case for nested exceptiongroup + allow_unwrapped\r\n\r\n* add signature overloads for RaisesGroup to raise type errors when doing incorrect incantations\r\n\r\n* add pytest.deprecated_call() test\r\n\r\n* add type tests for narrowing of check argument\r\n\r\n---------\r\n\r\nCo-authored-by: Spencer Brown \r\nCo-authored-by: Zac Hatfield-Dodds ","shortMessageHtmlLink":"Add support to testing.RaisesGroup for catching unwrapped exceptions (#…"}},{"before":"7d89179e72847b40cc4bb6360f6c39788de7e0b7","after":"ccd40e1717e2e64273783c7ad4613a0dbad8aff3","ref":"refs/heads/master","pushedAt":"2024-05-16T06:40:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"A5rocks","name":"EXPLOSION","path":"/A5rocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40616000?s=80&v=4"},"commit":{"message":"Add a trio repl (#2972)\n\n* Add a trio repl\r\n\r\n* Add type annotations, fixing some issues along the way.\r\n\r\nUsing eval only worked by accident, because \"locals\" was\r\nbeing passed into the \"globals\" value. InteractiveInterpreter\r\nin the stdlib correctly uses exec, but this doesn't work for\r\nus, because we need to get the values of the expression and\r\ncheck if it is a coroutine that need to be awaited.\r\n\r\nasyncio.__main__ uses the same type.FunctionType idea, which\r\nI originally avoided because I didn't really understand it\r\nand thought eval was simpler...\r\n\r\n* Fix index of dict type, in typing.cast\r\n\r\n* Fix tests for python 3.8 and 3.9\r\n\r\n* Remove the case on the locals dict\r\n\r\n* SystemExit should always exist the repl.\r\n\r\nEven when it is in an exception group\r\n\r\n* Add new fragment and documentation.\r\n\r\n* fix test for python < 3.11\r\n\r\n* Handle nested ExceptionGroups correctly\r\n\r\n* Fix the failing docs build\r\n\r\n* Fix the news fragement\r\n\r\n* Capital P for Python\r\n\r\nCo-authored-by: EXPLOSION \r\n\r\n* Ignore SystemExit inside an exception group\r\n\r\n* trigger CI. pypy test might be flaky?\r\n\r\n* Simplify runcode() using outcome.Outcome\r\n\r\n---------\r\n\r\nCo-authored-by: CoolCat467 <52022020+CoolCat467@users.noreply.github.com>\r\nCo-authored-by: EXPLOSION ","shortMessageHtmlLink":"Add a trio repl (#2972)"}},{"before":"f46f74da51e716a895d43e0c7b5cff2c6aa1bcca","after":"7d89179e72847b40cc4bb6360f6c39788de7e0b7","ref":"refs/heads/master","pushedAt":"2024-05-16T06:38:46.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"A5rocks","name":"EXPLOSION","path":"/A5rocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40616000?s=80&v=4"},"commit":{"message":"Merge pull request #3000 from A5rocks/release-0.25.1\n\nBump version to 0.25.1","shortMessageHtmlLink":"Merge pull request #3000 from A5rocks/release-0.25.1"}},{"before":"78666e745fe4411cc23c24be614ecd6b0cc75838","after":"f46f74da51e716a895d43e0c7b5cff2c6aa1bcca","ref":"refs/heads/master","pushedAt":"2024-05-14T21:50:37.000Z","pushType":"pr_merge","commitsCount":12,"pusher":{"login":"Zac-HD","name":"Zac Hatfield-Dodds","path":"/Zac-HD","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12229877?s=80&v=4"},"commit":{"message":"Merge pull request #2968 from kachida/feat/enable-hoverxref-in-trio-docs\n\ndocs: add hoverxref & codeautolink support. Various fixes","shortMessageHtmlLink":"Merge pull request #2968 from kachida/feat/enable-hoverxref-in-trio-docs"}},{"before":"257db5b431a639a971170642d8e8094f5e7c2c98","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-13T22:36:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"}},{"before":"7dbbac9df38d2219bc26dc52fb832aba7437b75e","after":"78666e745fe4411cc23c24be614ecd6b0cc75838","ref":"refs/heads/master","pushedAt":"2024-05-13T22:36:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.4.3 → v0.4.4\n\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.4.4)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.4.3 → v0.4.4"}},{"before":null,"after":"257db5b431a639a971170642d8e8094f5e7c2c98","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-13T22:27:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.4.4)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":null,"after":"c806b2056d6c39ee3399eadccb757874ca593f9f","ref":"refs/heads/codecov_v4_repro_cov_fail","pushedAt":"2024-05-10T12:26:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jakkdl","name":"John Litborn","path":"/jakkdl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11260241?s=80&v=4"},"commit":{"message":"Revert \"move coverage.xml to root dir and don't specify directory\"\nthat made no difference to anything\n\nThis reverts commit 247415212b04dc7e88223f4631fefaa63e7223c5.","shortMessageHtmlLink":"Revert \"move coverage.xml to root dir and don't specify directory\""}},{"before":"25995e1ca6a964d334cb121a0a3716513f4750cb","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-07T01:50:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"}},{"before":"1bb98ae0b84b4fd7fc2ef0a427ca8141f07bec02","after":"7dbbac9df38d2219bc26dc52fb832aba7437b75e","ref":"refs/heads/master","pushedAt":"2024-05-07T01:50:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.4.2 → v0.4.3\n\n* [pre-commit.ci] pre-commit autoupdate\r\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.2...v0.4.3)\r\n\r\n* Ignore `Instrument` being ABC and update testing ruff version\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: CoolCat467 <52022020+CoolCat467@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.4.2 → v0.4.3"}},{"before":"5da8cbcb701c32162d3d3d7f16a133153701baee","after":"25995e1ca6a964d334cb121a0a3716513f4750cb","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-07T01:43:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"},"commit":{"message":"Ignore `Instrument` being ABC and update testing ruff version","shortMessageHtmlLink":"Ignore Instrument being ABC and update testing ruff version"}},{"before":null,"after":"5da8cbcb701c32162d3d3d7f16a133153701baee","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-06T22:34:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.2...v0.4.3)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"3df6cf5d3b72212811f9cc78e85c2288620cfe13","after":null,"ref":"refs/heads/autodeps/bump_from_d39f18","pushedAt":"2024-05-01T02:20:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"A5rocks","name":"EXPLOSION","path":"/A5rocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40616000?s=80&v=4"}},{"before":"d39f1869c0468a27c6080ff4e56880e4f917b693","after":"1bb98ae0b84b4fd7fc2ef0a427ca8141f07bec02","ref":"refs/heads/master","pushedAt":"2024-05-01T02:20:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"A5rocks","name":"EXPLOSION","path":"/A5rocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40616000?s=80&v=4"},"commit":{"message":"Dependency updates (#2995)\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Dependency updates (#2995)"}},{"before":"cf599546f35166cfb3fa17dfc092964cedd4b6dd","after":"3df6cf5d3b72212811f9cc78e85c2288620cfe13","ref":"refs/heads/autodeps/bump_from_d39f18","pushedAt":"2024-05-01T02:10:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TeamSpen210","name":"Spencer Brown","path":"/TeamSpen210","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8453732?s=80&v=4"},"commit":{"message":"This Pyright issue is now resolved","shortMessageHtmlLink":"This Pyright issue is now resolved"}},{"before":"da635c81c816aa7be96d2e230ea35a08f523b37f","after":"cf599546f35166cfb3fa17dfc092964cedd4b6dd","ref":"refs/heads/autodeps/bump_from_d39f18","pushedAt":"2024-05-01T02:02:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TeamSpen210","name":"Spencer Brown","path":"/TeamSpen210","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8453732?s=80&v=4"},"commit":{"message":"Ignore spurious typecheck errors here","shortMessageHtmlLink":"Ignore spurious typecheck errors here"}},{"before":null,"after":"da635c81c816aa7be96d2e230ea35a08f523b37f","ref":"refs/heads/autodeps/bump_from_d39f18","pushedAt":"2024-05-01T00:04:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Dependency updates","shortMessageHtmlLink":"Dependency updates"}},{"before":"e1e3eff663935a6ca01d75ee8924e1bd5a77f54d","after":"d39f1869c0468a27c6080ff4e56880e4f917b693","ref":"refs/heads/master","pushedAt":"2024-04-30T01:57:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#2994)\n\nupdates:\r\n- [github.com/psf/black-pre-commit-mirror: 24.4.0 → 24.4.2](https://github.com/psf/black-pre-commit-mirror/compare/24.4.0...24.4.2)\r\n- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.2)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#2994)"}},{"before":"9542c7e2c56c0536df5bc67e7f8fc6ccbaf742a7","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-04-30T01:57:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"}},{"before":null,"after":"9542c7e2c56c0536df5bc67e7f8fc6ccbaf742a7","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-04-29T23:00:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black-pre-commit-mirror: 24.4.0 → 24.4.2](https://github.com/psf/black-pre-commit-mirror/compare/24.4.0...24.4.2)\n- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.2)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"36458312041e96c585b8b48661771b11b3793a55","after":"e1e3eff663935a6ca01d75ee8924e1bd5a77f54d","ref":"refs/heads/master","pushedAt":"2024-04-28T05:28:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"A5rocks","name":"EXPLOSION","path":"/A5rocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40616000?s=80&v=4"},"commit":{"message":"Remove `test_run_black` (#2993)\n\n* Remove `test_run_black`\r\n\r\n* Remove now-unnecessary import","shortMessageHtmlLink":"Remove test_run_black (#2993)"}},{"before":"b4c19bccde8d284e4fd80deabde2b8dceaaf4e84","after":"36458312041e96c585b8b48661771b11b3793a55","ref":"refs/heads/master","pushedAt":"2024-04-28T04:27:57.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"Zac-HD","name":"Zac Hatfield-Dodds","path":"/Zac-HD","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12229877?s=80&v=4"},"commit":{"message":"Merge pull request #2984 from Zac-HD/exceptiongroup-strict-docs\n\nDocument strict ExceptionGroups as the natural default","shortMessageHtmlLink":"Merge pull request #2984 from Zac-HD/exceptiongroup-strict-docs"}},{"before":"797be4a0afe5fd5823b6d6d3f9197f83b499a54a","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-04-22T23:14:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"}},{"before":"59b2eaca688510d478b0ed072f3d71b2938d96d9","after":"b4c19bccde8d284e4fd80deabde2b8dceaaf4e84","ref":"refs/heads/master","pushedAt":"2024-04-22T23:14:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.3.7 → v0.4.1\n\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.4.1)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.3.7 → v0.4.1"}},{"before":null,"after":"797be4a0afe5fd5823b6d6d3f9197f83b499a54a","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-04-22T22:15:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.4.1)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"8bd38510c23a4f3ae6089172b9c60a42b063d50a","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-04-16T02:12:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"}},{"before":"7eb44e7e38aa529adba7a12f20302bbeef0c6139","after":"59b2eaca688510d478b0ed072f3d71b2938d96d9","ref":"refs/heads/master","pushedAt":"2024-04-16T02:12:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CoolCat467","name":"CoolCat467","path":"/CoolCat467","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52022020?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#2990)\n\nupdates:\r\n- [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.0](https://github.com/psf/black-pre-commit-mirror/compare/24.3.0...24.4.0)\r\n- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.3.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.3.7)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#2990)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUXE11wA","startCursor":null,"endCursor":null}},"title":"Activity · python-trio/trio"}