ruff/crates/ruff_linter/resources/test/fixtures/flake8_async
Pieter Cardillo Kwok edb920b4d5
[`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`
2025-09-23 08:30:47 -04:00
..
ASYNC22x.py Re-code flake8-trio and flake8-async rules to match upstream (#10416) 2024-06-27 13:44:11 +02:00
ASYNC100.py [`flake8-async`] allow async generators (`ASYNC100`) (#13639) 2024-10-07 07:25:54 -05:00
ASYNC105.py Re-code flake8-trio and flake8-async rules to match upstream (#10416) 2024-06-27 13:44:11 +02:00
ASYNC109_0.py [`flake8-async`] Update `ASYNC109` to match upstream (#12236) 2024-07-09 04:14:27 +00:00
ASYNC109_1.py [`flake8-async`] Update `ASYNC109` to match upstream (#12236) 2024-07-09 04:14:27 +00:00
ASYNC110.py [`flake8-async`] Update `ASYNC110` to match upstream (#12261) 2024-07-09 17:17:28 -07:00
ASYNC115.py [`flake8-async`] Mark autofix for `ASYNC115` as unsafe if the call expression contains comments (#18753) 2025-06-19 13:01:33 +02:00
ASYNC116.py [flake8-async] fix detection for large integer sleep durations in `ASYNC116` rule (#18767) 2025-06-19 09:37:20 +00:00
ASYNC210.py Re-code flake8-trio and flake8-async rules to match upstream (#10416) 2024-06-27 13:44:11 +02:00
ASYNC212.py [`flake8-async`] Implement `blocking-http-call-httpx` (`ASYNC212`) (#20091) 2025-08-27 15:19:01 -07:00
ASYNC230.py Re-code flake8-trio and flake8-async rules to match upstream (#10416) 2024-06-27 13:44:11 +02:00
ASYNC240.py [`flake8-async`] Implement `blocking-path-method` (`ASYNC240`) (#20264) 2025-09-23 08:30:47 -04:00
ASYNC250.py [`flake8-async`] Implement `blocking-input` rule (`ASYNC250`) (#20122) 2025-08-28 11:04:24 -07:00
ASYNC251.py Re-code flake8-trio and flake8-async rules to match upstream (#10416) 2024-06-27 13:44:11 +02:00