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.
1 parent 47e21c9 commit d4652abCopy full SHA for d4652ab
‎.github/workflows/mypy_primer.yml
@@ -61,7 +61,7 @@ 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} \
0 commit comments