You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch! Yeah visitor91x currently treats async with statements as a single blob and doesn't consider interactions between the WithItems. I've got a fix in-progress :)
flake8-async seems to generally handle
async with
statements with multiple items incorrectly.Below is an example demonstrating a false positive detection of
ASYNC100
, but this surely affects many other rules as well (e.g.ASYNC912
)The text was updated successfully, but these errors were encountered: