ruff
edb920b4 - [`flake8-async`] Implement `blocking-path-method` (`ASYNC240`) (#20264)

Commit
148 days ago
[`flake8-async`] Implement `blocking-path-method` (`ASYNC240`) (#20264) ## Summary Adds a new rule to find and report use of `os.path` or `pathlib.Path` in async functions. Issue: #8451 ## Test Plan Using `cargo insta test`
Author
Parents
Loading