ruff/crates/ruff_linter/resources/test/fixtures/perflint
Charlie Marsh 3a7c01b365
Ignore list-copy recommendations for async `for` loops (#11250)
## Summary

Removes these from `PERF402`, but adds them to `PERF401`, with a custom
message to use an `async` comprehension.

Closes https://github.com/astral-sh/ruff/issues/10787.
2024-05-02 11:48:52 -07:00
..
PERF101.py Improve handling of builtin symbols in linter rules (#10919) 2024-04-16 11:37:31 +01:00
PERF102.py Add padding in `PERF102` fixes (#7554) 2023-09-20 19:33:54 -04:00
PERF203.py Rename `ruff` crate to `ruff_linter` (#7529) 2023-09-20 08:38:27 +02:00
PERF401.py Ignore list-copy recommendations for async `for` loops (#11250) 2024-05-02 11:48:52 -07:00
PERF402.py Ignore list-copy recommendations for async `for` loops (#11250) 2024-05-02 11:48:52 -07:00
PERF403.py Improve inference capabilities of the `BuiltinTypeChecker` (#10976) 2024-04-16 18:53:22 +01:00