ruff/crates/ruff_linter
Dhruv Manilawala f06c5dc896
Use correct range for TRIO115 fix (#8933)
## Summary

This PR fixes the bug where the autofix for `TRIO115` was taking the
entire arguments range for the fix which included the parenthesis as
well. This means that the fix would remove the arguments and the
parenthesis. The fix is to use the correct range.

fixes: #8713 

## Test Plan

Update existing snapshots :)
2023-12-01 01:42:46 +00:00
..
resources/test [pylint] - add unnecessary-list-index-lookup (PLR1736) + autofix (#7999) 2023-11-30 17:45:12 -06:00
src Use correct range for TRIO115 fix (#8933) 2023-12-01 01:42:46 +00:00
Cargo.toml Bump version to v0.1.6 (#8744) 2023-11-17 13:29:19 -05:00