You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mypy: Argument 1 to "aliases" has incompatible type "str"; expected "list[str]" [arg-type]
pyright:
Argument of type "Literal['ls']" cannot be assigned to parameter "names" of type "List[str]" in function "aliases"
Literal['ls']" is not assignable to "List[str]" (reportArgumentType)
Problem
Symptoms as of Argh 0.31.3:
Argument 1 to "aliases" has incompatible type "str"; expected "list[str]" [arg-type]Solution