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.
2 parents 47e21c9 + 29e375e commit 8f1cc51Copy full SHA for 8f1cc51
‎.github/workflows/mypy_primer.yml
@@ -61,16 +61,17 @@ jobs:
61
# fail action if exit code isn't zero or one
62
(
63
mypy_primer \
64
- --known-dependency-selector scipy-stubs \
+ --project-selector "/(scikit-learn|xarray|freqtrade|jax|optuna|spark|pandera|imagehash|arviz|colour|altair|hydpy|static-frame)/?$" \
65
--new v${MYPY_VERSION} \
66
--new-prepend-path new \
67
--old v${MYPY_VERSION} \
68
--old-prepend-path old \
69
--num-shards 1 \
70
--shard-index ${{ matrix.shard-index }} \
71
- --debug \
72
--output concise \
+ --additional-flags="--hide-error-context" \
73
--show-speed-regression \
74
+ --debug \
75
| tee diff_${{ matrix.shard-index }}.txt
76
) || [ $? -eq 1 ]
77
0 commit comments