Skip to content

Commit 5a47e90

Browse files
stroxlermeta-codesync[bot]
authored andcommitted
Allow mypy_primer results for manticore
Summary: D90268296 (transactional error collection) unblocked this library. According to 1000 runs, there's no observed nondeterminism at this time. Pruning the blocklist means we get CI signal over more code, plus it makes testing potential determinism fixes faster because there are fewer projects over which we have to do expensive determinism checks. Reviewed By: rchen152 Differential Revision: D90869293 fbshipit-source-id: be2b9ace28737f4424116a33dfa1f1e4ded63da5
1 parent f510db5 commit 5a47e90

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 '^(?!.*(python-attrs/attrs|scipy/scipy|scikit-learn/scikit-learn|pandas-dev/pandas|google/jax|trailofbits/manticore|mitmproxy/mitmproxy|apache/spark|spack/spack|sympy/sympy|PyCQA/flake8-pyi|home-assistant/core|Gobot1234/steam\.py|rotki/rotki|enthought/comtypes))' \
64+
--project-selector '^(?!.*(python-attrs/attrs|scipy/scipy|scikit-learn/scikit-learn|pandas-dev/pandas|google/jax|mitmproxy/mitmproxy|apache/spark|spack/spack|sympy/sympy|PyCQA/flake8-pyi|home-assistant/core|Gobot1234/steam\.py|rotki/rotki|enthought/comtypes))' \
6565
--type-checker pyrefly \
6666
--output concise \
6767
| tee diff_${{ matrix.shard-index }}.txt

0 commit comments

Comments
 (0)