We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
materialize
1 parent 4b0623f commit 88973e3Copy full SHA for 88973e3
.github/workflows/mypy_primer.yml
@@ -53,6 +53,7 @@ jobs:
53
--custom-typeshed-repo typeshed_to_test \
54
--new-typeshed $GITHUB_SHA --old-typeshed upstream_main \
55
--num-shards 4 --shard-index ${{ matrix.shard-index }} \
56
+ --project-selector '^((?!materialize).)*$' \
57
--debug \
58
--output concise \
59
| tee diff_${{ matrix.shard-index }}.txt
0 commit comments