Skip to content

Commit 8f1cc51

Browse files
authored
👷 mypy_primer: custom project selection (#836)
2 parents 47e21c9 + 29e375e commit 8f1cc51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/mypy_primer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,17 @@ jobs:
6161
# fail action if exit code isn't zero or one
6262
(
6363
mypy_primer \
64-
--known-dependency-selector scipy-stubs \
64+
--project-selector "/(scikit-learn|xarray|freqtrade|jax|optuna|spark|pandera|imagehash|arviz|colour|altair|hydpy|static-frame)/?$" \
6565
--new v${MYPY_VERSION} \
6666
--new-prepend-path new \
6767
--old v${MYPY_VERSION} \
6868
--old-prepend-path old \
6969
--num-shards 1 \
7070
--shard-index ${{ matrix.shard-index }} \
71-
--debug \
7271
--output concise \
72+
--additional-flags="--hide-error-context" \
7373
--show-speed-regression \
74+
--debug \
7475
| tee diff_${{ matrix.shard-index }}.txt
7576
) || [ $? -eq 1 ]
7677

0 commit comments

Comments
 (0)