mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
![]() ## 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 :) |
||
---|---|---|
.. | ||
resources/test | ||
src | ||
Cargo.toml |