https://github.com/python-trio/flake8-async/blob/225f15a98db4bb8ce4600127fd0fe90bc5c9c04b/tests/eval_files/async102.py#L117-L125 TODO: * [ ] Special-case `async with open_nursery(...)`, and `async with anyio.create_task_group(...)` as not being checkpoints. (also affects other rules) * [x] handle `[nursery_name].cancel_scope.[deadline/shield]`
flake8-async/tests/eval_files/async102.py
Lines 117 to 125 in 225f15a
TODO:
async with open_nursery(...), andasync with anyio.create_task_group(...)as not being checkpoints. (also affects other rules)[nursery_name].cancel_scope.[deadline/shield]