Closed ocefpaf closed 3 years ago
@callumrollo I reported the prenotebook failure upstream. See https://github.com/deathbeds/prenotebook/issues/6
Cool. Though it's weird it only fails for some PRs. e.g. #193 is passing atm
Cool. Though it's weird it only fails for some PRs. e.g. #193 is passing atm
I think you nailed it. That one is passing b/c it has a notebook. I guess it is not smart enough to not run when it shouldn't.
Latest mypy does not install all stub by default and installing them in the conda env is not "visible" in for the pre-commit interpreter. Let's see if we can make it work with this setup.