We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c8e75 commit 715d7b5Copy full SHA for 715d7b5
.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=895 \
+ docstub run --verbose --group-errors --allow-errors=848 \
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