Skip to content

Commit 562abca

Browse files
yangdanny97meta-codesync[bot]
authored andcommitted
exclude some more projects from CI mypy primer runs
Summary: still some noise from GH primer comments see #1937 #1938 Reviewed By: rchen152 Differential Revision: D89854076 fbshipit-source-id: dd0e61cca147206dc61d74103c1f351e23cbf07a
1 parent 0cf3e53 commit 562abca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
--new $GITHUB_SHA --old base_commit \
6262
--num-shards 10 --shard-index ${{ matrix.shard-index }} \
6363
--debug \
64-
--project-selector '^(?!.*(pytest-dev/pytest|scikit-learn/scikit-learn|pydata/xarray|google/jax|trailofbits/manticore|mitmproxy/mitmproxy|apache/spark|spack/spack|sympy/sympy|PyCQA/flake8-pyi|internetarchive/openlibrary|pypa/pip|home-assistant/core|ibis-project/ibis|arviz-devs/arviz|Gobot1234/steam\.py|canonical/cloud-init))' \
64+
--project-selector '^(?!.*(pallets/jinja|AlexWaygood/typeshed-stats|python-attrs/attrs|scipy/scipy|pytest-dev/pytest|scikit-learn/scikit-learn|pydata/xarray|google/jax|trailofbits/manticore|mitmproxy/mitmproxy|apache/spark|spack/spack|sympy/sympy|PyCQA/flake8-pyi|internetarchive/openlibrary|pypa/pip|home-assistant/core|ibis-project/ibis|arviz-devs/arviz|Gobot1234/steam\.py|canonical/cloud-init))' \
6565
--type-checker pyrefly \
6666
--output concise \
6767
| tee diff_${{ matrix.shard-index }}.txt

0 commit comments

Comments
 (0)