Skip to content

Support SSH proxy command #777

Support SSH proxy command

Support SSH proxy command #777

Triggered via pull request September 26, 2024 01:39
Status Failure
Total duration 24s
Artifacts

pyright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
pyright: dpdispatcher/contexts/ssh_context.py#L155
Argument of type "ProxyCommand | socket" cannot be assigned to parameter "sock" of type "_SocketLike" in function "__init__"   Type "ProxyCommand | socket" cannot be assigned to type "_SocketLike"     Type "ProxyCommand" cannot be assigned to type "_SocketLike"       "ProxyCommand" is incompatible with "str"       "ProxyCommand" is incompatible with "_Addr"       "ProxyCommand" is incompatible with "socket"       "ProxyCommand" is incompatible with "Channel" (reportGeneralTypeIssues)
pyright
1 error