False positive ASYNC100 when pairing asyncio.timeout
with asyncio.TaskGroup
#12354
Labels
bug
Something isn't working
asyncio.timeout
with asyncio.TaskGroup
#12354
The below Python 3.12 code with
ruff==0.5.2
:Will throw an ASYNC100 error on the fourth line:
I think this is a false positive, as the inner
asyncio.TaskGroup
has an implicitawait
during its__exit__
The text was updated successfully, but these errors were encountered: