-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
astral-sh/ruff
#21013Labels
bugSomething isn't workingSomething isn't workingserverRelated to the LSP serverRelated to the LSP server
Description
Summary
The act of going from:
def foo(self, key, value):
return
to
def foo(self, **key, value):
return
by typing the ** hangs neovim for me. I'm not sure how to take neovim out of the loop here, but given that this kind of instant hang is, so far, unique to ty i'm hoping it's straightforward to reproduce whether or not neovim is involved.
I dont see this problem on alpha 14, but do for every version afterward.
Version
ty 0.0.1-alpha.15 (0369a35 2025-07-18) onward
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingserverRelated to the LSP serverRelated to the LSP server