For some reason, the mypy hook seems to be failing in PRs but not locally. One difference would be the OS and we could try: ```shell pip install --no-binary mypy mypy ``` We could also increase the pre-commit and mypy logging verbosity.
For some reason, the mypy hook seems to be failing in PRs but not locally. One difference would be the OS and we could try:
We could also increase the pre-commit and mypy logging verbosity.