ruff
c3bba54b
- Fix SIM113 false positive with async for loops (#9996)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#9996 - Fix SIM113 false positive with async for loops
Author
adrienball
Parents
fe79798c
Loading