ruff
08cd140e
- Ignore `reimplemented-builtin` if in `async` context (#5101)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Ignore `reimplemented-builtin` if in `async` context (#5101) ## Summary Checks if `checker` is in an `async` context. If yes, return early. Fixes #5098. ## Test Plan `cargo test`
References
#5101 - Ignore `reimplemented-builtin` if using `await`
Author
tjkuson
Parents
848f184b
Loading