ruff
c3bba54b - Fix SIM113 false positive with async for loops (#9996)

Commit
1 year ago
Fix SIM113 false positive with async for loops (#9996) ## 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.
Author
Parents
Loading