ruff
ruff copied to clipboard
Add `asyncio` and `anyio` support to `ASYNC1XX`
The ASYNC1xx rules used to be trio specific rules, but the upstream flake8-async rules now also cover asyncio and anyio (see https://github.com/astral-sh/ruff/pull/10416 for when we recoded the trio rules to flake8-async).
We should update
ASYNC100ASYNC109ASYNC110ASYNC115
To also cover anyio and asyncio to match the upstream rule's behavior.