We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f11962 commit 980c8a6Copy full SHA for 980c8a6
.github/workflows/typing.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
echo -e "## docstub output\n\`\`\`" >> $GITHUB_STEP_SUMMARY
49
(set -o pipefail && \
50
- docstub run --verbose --group-errors --allow-errors=947 \
+ docstub run --verbose --group-errors --allow-errors=900 \
51
--workers -1 --out-dir ${MYPYPATH}/skimage src/skimage/ \
52
2>&1 | tee -a $GITHUB_STEP_SUMMARY)
53
echo -e "\`\`\`" >> $GITHUB_STEP_SUMMARY
0 commit comments