ruff
08cd140e - Ignore `reimplemented-builtin` if in `async` context (#5101)

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`
Author
Parents
Loading