mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-27 18:36:35 +00:00
[ty] Rename functionArgumentNames to callArgumentNames inlay hint setting (#19911)
## Summary This PR renames `ty.inlayHints.functionArgumentNames` to `ty.inlayHints.callArgumentNames` which would contain both function calls and class initialization calls i.e., it represents a generic call expression.
This commit is contained in:
parent
2ee47d87b6
commit
1167ed61cf
3 changed files with 14 additions and 14 deletions
|
|
@ -438,7 +438,7 @@ impl Workspace {
|
|||
// TODO: Provide a way to configure this
|
||||
&InlayHintSettings {
|
||||
variable_types: true,
|
||||
function_argument_names: true,
|
||||
call_argument_names: true,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue