File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,16 +61,17 @@ jobs:
61
61
# fail action if exit code isn't zero or one
62
62
(
63
63
mypy_primer \
64
- --project-selector "(scikit-learn|xarray|freqtrade|jax|optuna|spark|pandera|imagehash|arviz|colour|altair|hydpy|static-frame)$" \
64
+ --project-selector "/ (scikit-learn|xarray|freqtrade|jax|optuna|spark|pandera|imagehash|arviz|colour|altair|hydpy|static-frame)/? $" \
65
65
--new v${MYPY_VERSION} \
66
66
--new-prepend-path new \
67
67
--old v${MYPY_VERSION} \
68
68
--old-prepend-path old \
69
69
--num-shards 1 \
70
70
--shard-index ${{ matrix.shard-index }} \
71
- --debug \
72
71
--output concise \
72
+ --additional-flags="--hide-error-context" \
73
73
--show-speed-regression \
74
+ --debug \
74
75
| tee diff_${{ matrix.shard-index }}.txt
75
76
) || [ $? -eq 1 ]
76
77
You can’t perform that action at this time.
0 commit comments