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
Command Prompt on Windows requires double-quotes. Otherwise, the
command
`${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415 --match-dir="^(?![.]|venv).*"`
will fail with
'venv).*' is not recognized as an internal or external command
this will not affect the command in other Linux-based/bash shells.
0 commit comments