ruff
ca1f66a6
- [`flake8-async`] Implement `blocking-input` rule (`ASYNC250`) (#20122)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
37 days ago
[`flake8-async`] Implement `blocking-input` rule (`ASYNC250`) (#20122) ## Summary Adds new rule to catch use of builtins `input()` in async functions. Issue #8451 ## Test Plan New snapshosts in `ASYNC250.py` with `cargo insta test`.
References
#20122 - [`flake8-async`] Implement `blocking-input` rule (`ASYNC250`)
Author
amyreese
Parents
166b63ad
Loading