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
## Summary
Ignore `async for` loops when checking the SIM113 rule.
Closes#9995
## Test Plan
A new test case was added to SIM113.py with an async for loop.
nkxxll
pushed a commit
to nkxxll/ruff
that referenced
this issue
Mar 10, 2024
## Summary
Ignore `async for` loops when checking the SIM113 rule.
Closesastral-sh#9995
## Test Plan
A new test case was added to SIM113.py with an async for loop.
Steps to reproduce
ruff check debug.py
Expected behavior
No error
Actual behavior
Environment
The text was updated successfully, but these errors were encountered: