ruff
edb920b4
- [`flake8-async`] Implement `blocking-path-method` (`ASYNC240`) (#20264)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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`
References
#20264 - [`flake8-async`] Implement `blocking-path-method` (`ASYNC240`)
Author
PieterCK
Parents
346842f0
Loading