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
Replace capture_output shortcut with explicit args
The `capture_output` parameter is a shortcut for setting `stderr` and
`stdout` to `PIPE`, but is not available on Python 3.6. To ensure
compatibility, this uses the longer form.
This approach also has the advantage of not capturing `stdout` when it's
not required on the first call to `dmypy`.
0 commit comments