ruff/crates/ruff_linter
Dhruv Manilawala 5ce6299e22
Avoid PERF101 if there's an append in loop body (#8809)
## Summary

Avoid `PERF101` if there's an append in loop body

## Test Plan

Add new test cases for this pattern.

fixes: #8746
2023-11-21 15:35:42 -06:00
..
resources/test Avoid PERF101 if there's an append in loop body (#8809) 2023-11-21 15:35:42 -06:00
src Avoid PERF101 if there's an append in loop body (#8809) 2023-11-21 15:35:42 -06:00
Cargo.toml Bump version to v0.1.6 (#8744) 2023-11-17 13:29:19 -05:00