This adds autocomplete suggestions for function arguments. For example, `okay` in: ```python def foo(okay=None): foo(o<CURSOR> ``` This also ensures that we don't suggest a keyword argument if it has already been used. Closes astral-sh/issues#1550
Token
TokenKind
Tokens
ruff-python-ast
concise_message
ty
pyproject.toml
flake8-bugbear
B008
parenthesized_ranges
yield
B901
memchr
analyze
TYPE_CHECKING
Callable