Skip to content

Commit d4652ab

Browse files
committed
👷 mypy_primer: custom project selection
1 parent 47e21c9 commit d4652ab

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
# 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} \

0 commit comments

Comments
 (0)