koxudaxi/ruff-pycharm-plugin

(๐Ÿž) caret moves on format, and inconsistently based on action taken

KotlinIsland opened this issue ยท 1 comments

Before

[
    <CARET>
]
print()

After 'reformat code'

[]
<CARET>print()

After 'save file'

[]<CARET>
print()

Expected (both)

[<CARET>]
print()

I will change the status once it seems appropriate to add functionality in the ruff.