We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7793448 commit 26ece14Copy full SHA for 26ece14
.github/workflows/typing.yml
@@ -58,7 +58,7 @@ jobs:
58
echo -e "## docstub output\n\`\`\`" >> $GITHUB_STEP_SUMMARY
59
(set -o pipefail && \
60
docstub run --verbose --group-errors --allow-errors=626 \
61
- --out-dir ${MYPYPATH}/skimage skimage/ \
+ --out-dir ${MYPYPATH}/skimage src/skimage/ \
62
2>&1 | tee -a $GITHUB_STEP_SUMMARY)
63
echo -e "\`\`\`" >> $GITHUB_STEP_SUMMARY
64
0 commit comments